summaryrefslogtreecommitdiffstats
path: root/expr.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-04-07 14:27:41 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-04-07 14:27:41 +0200
commit5139502b0e20f667fdcccfeebc6a93b1effc407a (patch)
tree6255423ab23226e7825069908c2acc45d4245528 /expr.c
parent8a28324ed4ee674b6f38ae02a96c3e5db3800b32 (diff)
parent3f36ac250f0a0d7b037b79b599694d0c7d13f039 (diff)
downloadrsyslog-5139502b0e20f667fdcccfeebc6a93b1effc407a.tar.gz
rsyslog-5139502b0e20f667fdcccfeebc6a93b1effc407a.tar.bz2
rsyslog-5139502b0e20f667fdcccfeebc6a93b1effc407a.zip
Merge branch 'beta'
Conflicts: ChangeLog configure.ac doc/rsyslog_ng_comparison.html doc/status.html msg.c rsyslog.conf.5 rsyslog.h rsyslogd.8 syslogd.c Conflicts were due to patch being multiple times applied in CVS import.
Diffstat (limited to 'expr.c')
-rw-r--r--expr.c3
1 files changed, 0 insertions, 3 deletions
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;