diff options
Diffstat (limited to 'plugins/imklog/imklog.c')
-rw-r--r-- | plugins/imklog/imklog.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/plugins/imklog/imklog.c b/plugins/imklog/imklog.c index 9b4581b2..238328ea 100644 --- a/plugins/imklog/imklog.c +++ b/plugins/imklog/imklog.c @@ -46,8 +46,6 @@ MODULE_TYPE_INPUT /* Module static data */ DEF_IMOD_STATIC_DATA -typedef struct _instanceData { -} instanceData; /* configuration settings TODO: move to instance data? */ int dbgPrintSymbols = 0; /* this one is extern so the helpers can access it! */ @@ -641,16 +639,6 @@ CODESTARTafterRun ENDafterRun -BEGINfreeInstance -CODESTARTfreeInstance -ENDfreeInstance - - -BEGINdbgPrintInstInfo -CODESTARTdbgPrintInstInfo -ENDdbgPrintInstInfo - - BEGINmodExit CODESTARTmodExit ENDmodExit |