aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler.rs')
-rw-r--r--src/compiler.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/compiler.rs b/src/compiler.rs
index b29a27c..7a11870 100644
--- a/src/compiler.rs
+++ b/src/compiler.rs
@@ -248,8 +248,6 @@ struct CompileContext<'a> {
pub protocol_src: Option<Vec<&'static str>>,
pub line_ending_default: LineEnding,
pub allow_dangerous_html: bool,
- /// Data inferred about the document.
- // To do: definitions.
/// Intermediate results.
pub buffers: Vec<Vec<String>>,
pub index: usize,