summaryrefslogtreecommitdiff
path: root/modules.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules.c')
-rw-r--r--modules.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules.c b/modules.c
index 8a8f2c401..77eefb2d7 100644
--- a/modules.c
+++ b/modules.c
@@ -1996,7 +1996,6 @@ void moduleCleanStruct(ModuleData * moduleData[])
ModuleDataItem *item = NULL, *nextItem = NULL;
int i;
-
for (i = 0; i < 1024; i++) {
for (md = moduleData[i]; md; md = nextMd) {
nextMd = md->next;