diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2011-07-11 15:28:16 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2011-07-11 15:28:16 +0200 |
commit | c809f8d1d92307564cb1a4b071934b955211663a (patch) | |
tree | 2f148d30ce5cff4de87842425ba99358ffefdcb3 /runtime/rsyslog.c | |
parent | 84f217e87d6cd912a81564acc341d00515571f96 (diff) | |
download | rsyslog-c809f8d1d92307564cb1a4b071934b955211663a.tar.gz rsyslog-c809f8d1d92307564cb1a4b071934b955211663a.tar.bz2 rsyslog-c809f8d1d92307564cb1a4b071934b955211663a.zip |
more cleanup
Diffstat (limited to 'runtime/rsyslog.c')
-rw-r--r-- | runtime/rsyslog.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/runtime/rsyslog.c b/runtime/rsyslog.c index c5abcb2a..5d5fdda2 100644 --- a/runtime/rsyslog.c +++ b/runtime/rsyslog.c @@ -66,7 +66,6 @@ #include "stringbuf.h" #include "wti.h" #include "wtp.h" -#include "ctok.h" #include "datetime.h" #include "queue.h" #include "conf.h" @@ -173,10 +172,6 @@ rsrtInit(char **ppErrObj, obj_if_t *pObjIF) CHKiRet(glblClassInit(NULL)); if(ppErrObj != NULL) *ppErrObj = "msg"; CHKiRet(msgClassInit(NULL)); - if(ppErrObj != NULL) *ppErrObj = "ctok_token"; - CHKiRet(ctok_tokenClassInit(NULL)); - if(ppErrObj != NULL) *ppErrObj = "ctok"; - CHKiRet(ctokClassInit(NULL)); if(ppErrObj != NULL) *ppErrObj = "sysvar"; CHKiRet(sysvarClassInit(NULL)); if(ppErrObj != NULL) *ppErrObj = "rule"; |