From bc732b6d6832125525f1c8f4a728125039b09e64 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Tue, 19 Feb 2008 18:00:00 +0000 Subject: implemented function in tokenizer --- expr.c | 1 - 1 file changed, 1 deletion(-) (limited to 'expr.c') diff --git a/expr.c b/expr.c index 5cb51c5f..5aada596 100644 --- a/expr.c +++ b/expr.c @@ -82,7 +82,6 @@ RUNLOG_STR("terminal"); switch(token.tok) { case ctok_SIMPSTR: - //CHKiRet(simpstr(pThis, ctok)); break; default: ABORT_FINALIZE(RS_RET_SYNTAX_ERROR); -- cgit v1.2.3