diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-04-17 11:00:51 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-04-17 11:00:51 +0200 |
commit | 43a282dd96c981ca3f847010b4af4cb29938c6fd (patch) | |
tree | d45a4a52c2d8bdc9f1ae36e0fdb3011d332961c1 /runtime/glbl.h | |
parent | e1791996b81b486e53a36ec753c3bb595f671983 (diff) | |
download | rsyslog-43a282dd96c981ca3f847010b4af4cb29938c6fd.tar.gz rsyslog-43a282dd96c981ca3f847010b4af4cb29938c6fd.tar.xz rsyslog-43a282dd96c981ca3f847010b4af4cb29938c6fd.zip |
declared glbl class to be abstract (saves some housekeeping)
Diffstat (limited to 'runtime/glbl.h')
-rw-r--r-- | runtime/glbl.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/runtime/glbl.h b/runtime/glbl.h index eb0495b2..0db2f0ac 100644 --- a/runtime/glbl.h +++ b/runtime/glbl.h @@ -36,13 +36,6 @@ extern uchar *glblModPath; /* module load path */ -/* the glbl object - * Note: this must be defined to satisfy the interface. We do not - * actually have instance data.*/ -typedef struct glbl_s { - BEGINobjInstance; /* Data to implement generic object - MUST be the first data element! */ -} glbl_t; - /* interfaces */ BEGINinterface(glbl) /* name must also be changed in ENDinterface macro! */ |