summaryrefslogtreecommitdiffstats
path: root/grammar/parserif.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2013-10-23 15:50:42 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2013-10-23 15:50:42 +0200
commite93ebb79dbb0d6715a297be2ddbf721ef2fda2bb (patch)
tree3b72e8b362a07609b17753d3b80ee4bb487b03e1 /grammar/parserif.h
parentbd9c5d6648be43495181c96ea309ef3309b8e694 (diff)
downloadrsyslog-e93ebb79dbb0d6715a297be2ddbf721ef2fda2bb.tar.gz
rsyslog-e93ebb79dbb0d6715a297be2ddbf721ef2fda2bb.tar.bz2
rsyslog-e93ebb79dbb0d6715a297be2ddbf721ef2fda2bb.zip
refactor: remove now no-longer needed functions
Diffstat (limited to 'grammar/parserif.h')
-rw-r--r--grammar/parserif.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/grammar/parserif.h b/grammar/parserif.h
index aa271ec4..6c2c1365 100644
--- a/grammar/parserif.h
+++ b/grammar/parserif.h
@@ -19,5 +19,4 @@ void cnfDoScript(struct cnfstmt *script);
void cnfDoCfsysline(char *ln);
void cnfDoBSDTag(char *ln);
void cnfDoBSDHost(char *ln);
-es_str_t *cnfGetVar(char *name, void *usrptr);
#endif