mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-01 15:26:38 +02:00
Remove unused variables (67 files done, will do rest another time).
This commit is contained in:
@@ -29,9 +29,6 @@ MODVAR ModData globalvar_moddata[MODDATA_MAX_GLOBALVAR];
|
||||
|
||||
ModDataInfo *ModDataAdd(Module *module, ModDataInfo req)
|
||||
{
|
||||
short i = 0, j = 0;
|
||||
int paraslot = -1;
|
||||
char tmpbuf[512];
|
||||
int slotav = 0; /* highest available slot */
|
||||
ModDataInfo *m;
|
||||
int new_struct = 0;
|
||||
|
||||
Reference in New Issue
Block a user