1
0
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:
Bram Matthys
2019-09-12 17:57:01 +02:00
parent 8d2dad4796
commit 70410b3f33
67 changed files with 126 additions and 331 deletions
-3
View File
@@ -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;