summaryrefslogtreecommitdiffstats
path: root/src/code.l
diff options
context:
space:
mode:
Diffstat (limited to 'src/code.l')
-rw-r--r--src/code.l1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/code.l b/src/code.l
index a2dd6e2..6feda35 100644
--- a/src/code.l
+++ b/src/code.l
@@ -537,7 +537,6 @@ NUMBER {INTEGER_NUMBER}|{FLOAT_NUMBER}
}
<SkipCPP>"//"/[^/!] {
REJECT;
- yyextra->code->codify(yytext);
}
<Body,FuncCall>"{" {
yyextra->theVarContext.pushScope();