summaryrefslogtreecommitdiffstats
path: root/qlparser/lex.ll
diff options
context:
space:
mode:
Diffstat (limited to 'qlparser/lex.ll')
-rw-r--r--qlparser/lex.ll1
1 files changed, 0 insertions, 1 deletions
diff --git a/qlparser/lex.ll b/qlparser/lex.ll
index b5fd9ec..ec6f5fc 100644
--- a/qlparser/lex.ll
+++ b/qlparser/lex.ll
@@ -280,7 +280,6 @@ int string_yyinput( char* buf, int max_size )
"aligned" { SETTOKEN( ALIGNED, commandToken, ALIGNED ) }
"regular" { SETTOKEN( REGULAR, commandToken, REGULAR ) }
"directional" { SETTOKEN( DIRECTIONAL, commandToken, DIRECTIONAL ) }
-"decomp" { SETTOKEN( DECOMP, commandToken, DECOMP ) }
"with" { SETTOKEN( WITH, commandToken, WITH ) }
"subtiling" { SETTOKEN( SUBTILING, commandToken, SUBTILING ) }
"area" { SETTOKEN( AREA, commandToken, AREA ) }