summaryrefslogtreecommitdiffhomepage
path: root/lexer.h
diff options
context:
space:
mode:
Diffstat (limited to 'lexer.h')
-rw-r--r--lexer.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/lexer.h b/lexer.h
index f023fb6..069e9e0 100644
--- a/lexer.h
+++ b/lexer.h
@@ -127,12 +127,6 @@ typedef struct {
} uc_token;
typedef struct {
- bool lstrip_blocks;
- bool trim_blocks;
- bool strict_declarations;
-} uc_parse_config;
-
-typedef struct {
uc_lex_state_t state;
uc_parse_config *config;
uc_source *source;