From 43a282dd96c981ca3f847010b4af4cb29938c6fd Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Thu, 17 Apr 2008 11:00:51 +0200 Subject: declared glbl class to be abstract (saves some housekeeping) --- runtime/glbl.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'runtime') 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! */ -- cgit v1.2.3