diff options
Diffstat (limited to 'src/state.rs')
-rw-r--r-- | src/state.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/state.rs b/src/state.rs index 190683c..01530c7 100644 --- a/src/state.rs +++ b/src/state.rs @@ -75,7 +75,6 @@ pub enum Name { CodeIndentedAfter, CodeIndentedFurtherStart, CodeIndentedInside, - CodeIndentedFurtherEnd, CodeIndentedFurtherBegin, CodeIndentedFurtherAfter, @@ -358,7 +357,6 @@ pub fn call(tokenizer: &mut Tokenizer, name: Name) -> State { Name::CodeIndentedAfter => construct::code_indented::after, Name::CodeIndentedFurtherStart => construct::code_indented::further_start, Name::CodeIndentedInside => construct::code_indented::inside, - Name::CodeIndentedFurtherEnd => construct::code_indented::further_end, Name::CodeIndentedFurtherBegin => construct::code_indented::further_begin, Name::CodeIndentedFurtherAfter => construct::code_indented::further_after, |