From ade79c4df054e56905694013f2e60ad0bb3c8647 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Mon, 7 Apr 2008 12:59:28 +0200 Subject: some cleanup of debug messages --- expr.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'expr.c') diff --git a/expr.c b/expr.c index e6f4ef23..5c11b756 100644 --- a/expr.c +++ b/expr.c @@ -371,7 +371,6 @@ exprParse(expr_t *pThis, ctok_t *tok) /* happy parsing... */ CHKiRet(expr(pThis, tok)); dbgoprint((obj_t*) pThis, "successfully parsed/created expression\n"); -vmprg.DebugPrint(pThis->pVmprg); finalize_it: RETiRet; @@ -392,8 +391,6 @@ CODESTARTobjQueryInterface(expr) * work here (if we can support an older interface version - that, * of course, also affects the "if" above). */ - //xxxpIf->oID = OBJexpr; - pIf->Construct = exprConstruct; pIf->ConstructFinalize = exprConstructFinalize; pIf->Destruct = exprDestruct; -- cgit