diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-03-22 10:30:40 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-03-22 10:30:40 +0000 |
commit | cdcc0e6710a7e11bf1c528bf1728f886dba5a0af (patch) | |
tree | ed552b2bd803de0bec3602489c5b508bba07555e /plugins/omlibdbi/omlibdbi.c | |
parent | fd7e1fc72e81dc366eae70171bb8d68685121c62 (diff) | |
download | rsyslog-cdcc0e6710a7e11bf1c528bf1728f886dba5a0af.tar.gz rsyslog-cdcc0e6710a7e11bf1c528bf1728f886dba5a0af.tar.xz rsyslog-cdcc0e6710a7e11bf1c528bf1728f886dba5a0af.zip |
removed a now-longer needed callback from the output module interface.
Results in reducing code complexity.
Diffstat (limited to 'plugins/omlibdbi/omlibdbi.c')
-rw-r--r-- | plugins/omlibdbi/omlibdbi.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/plugins/omlibdbi/omlibdbi.c b/plugins/omlibdbi/omlibdbi.c index 299180c0..a942a453 100644 --- a/plugins/omlibdbi/omlibdbi.c +++ b/plugins/omlibdbi/omlibdbi.c @@ -110,11 +110,6 @@ CODESTARTfreeInstance ENDfreeInstance -BEGINneedUDPSocket -CODESTARTneedUDPSocket -ENDneedUDPSocket - - BEGINdbgPrintInstInfo CODESTARTdbgPrintInstInfo /* nothing special here */ |