summaryrefslogtreecommitdiffstats
path: root/runtime/obj-types.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-04-18 12:20:02 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-04-18 12:20:02 +0200
commit22ad77a627fe813acd286b48aaf44945c0480f49 (patch)
treecf737609203a055db3b70eb4cd1a711955ac7233 /runtime/obj-types.h
parent1daf8d492f932739b6fcde732812116c7666b2bc (diff)
downloadrsyslog-22ad77a627fe813acd286b48aaf44945c0480f49.tar.gz
rsyslog-22ad77a627fe813acd286b48aaf44945c0480f49.tar.xz
rsyslog-22ad77a627fe813acd286b48aaf44945c0480f49.zip
fixed abort on rsyslogd termination
Diffstat (limited to 'runtime/obj-types.h')
-rw-r--r--runtime/obj-types.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/runtime/obj-types.h b/runtime/obj-types.h
index e3df7239..acdc757d 100644
--- a/runtime/obj-types.h
+++ b/runtime/obj-types.h
@@ -377,9 +377,6 @@ rsRetVal objName##ClassExit(void) \
*/
#define CORE_COMPONENT NULL /* use this to indicate this is a core component */
#define DONT_LOAD_LIB NULL /* do not load a library to obtain object interface (currently same as CORE_COMPONENT) */
-/*#define objUse(objName, MYLIB, FILENAME) \
- obj.UseObj(__FILE__, (uchar*)#objName, MYLIB, (uchar*)FILENAME, (void*) &objName)
-*/
#define objUse(objName, FILENAME) \
obj.UseObj(__FILE__, (uchar*)#objName, (uchar*)FILENAME, (void*) &objName)
#define objRelease(objName, FILENAME) \