diff options
-rw-r--r-- | mdk-stage1/modules.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mdk-stage1/modules.c b/mdk-stage1/modules.c index 26fcde5ff..675d4f03c 100644 --- a/mdk-stage1/modules.c +++ b/mdk-stage1/modules.c @@ -136,10 +136,6 @@ static int load_modules_dependencies(void) ptr++; while (*ptr && (*ptr == ' ')) ptr++; - if (!*ptr) { - start = end + 1; - continue; - } /* sort of a good line */ modules_deps[line].filename = strdup(start); |