diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-04-07 12:59:52 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-04-07 12:59:52 +0200 |
commit | 3f36ac250f0a0d7b037b79b599694d0c7d13f039 (patch) | |
tree | 70ab236affb14e606284f6bd97f1e2aec4e46d09 /expr.c | |
parent | 2f2ebae69bb9ef7a7a80d718ddcb4e65e2b183a7 (diff) | |
parent | ade79c4df054e56905694013f2e60ad0bb3c8647 (diff) | |
download | rsyslog-3f36ac250f0a0d7b037b79b599694d0c7d13f039.tar.gz rsyslog-3f36ac250f0a0d7b037b79b599694d0c7d13f039.tar.bz2 rsyslog-3f36ac250f0a0d7b037b79b599694d0c7d13f039.zip |
Merge branch 'v3-stable' into beta
Diffstat (limited to 'expr.c')
-rw-r--r-- | expr.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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; |