summaryrefslogtreecommitdiffstats
path: root/runtime/glbl.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/glbl.h')
-rw-r--r--runtime/glbl.h7
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! */