store is never read again

This commit is contained in:
Love Hornquist Astrand
2009-07-29 22:37:58 +02:00
parent fa502c6648
commit 9b710bed81
7 changed files with 20 additions and 30 deletions

View File

@@ -395,7 +395,6 @@ doit(const char *filename, int mergep)
line = 0;
ret = 0;
while(fgets(s, sizeof(s), f) != NULL) {
ret = 0;
line++;
p = s;
@@ -441,7 +440,7 @@ doit(const char *filename, int mergep)
p = skip_next(p);
e.generation = p;
p = skip_next(p);
skip_next(p);
e.extensions = p;
p = skip_next(p);