Remove unused fields from sp_context_t.

This commit is contained in:
dvander@alliedmods.net 2015-02-24 15:21:52 -08:00
parent 37af05c456
commit deedc1aaa6

View File

@ -84,7 +84,6 @@ typedef struct sp_context_s
tracker_t *tracker; tracker_t *tracker;
sp_plugin_t *plugin; sp_plugin_t *plugin;
PluginContext *basecx; PluginContext *basecx;
void * vm[8]; /**< VM-specific pointers */
} sp_context_t; } sp_context_t;
//#define SPFLAG_PLUGIN_DEBUG (1<<0) //#define SPFLAG_PLUGIN_DEBUG (1<<0)