diff options
Diffstat (limited to 'src/modules.c')
-rw-r--r-- | src/modules.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules.c b/src/modules.c index 6155fc25d..37510caf9 100644 --- a/src/modules.c +++ b/src/modules.c @@ -187,7 +187,6 @@ static int internal_addCommand(Module *m, CommandHash * cmdTable[], Command * c, CommandHash *current = NULL; CommandHash *newHash = NULL; CommandHash *lastHash = NULL; - Command *tail = NULL; if (!cmdTable || !c || (pos < 0 || pos > 2)) { return MOD_ERR_PARAMS; |