Remove dead code

This commit is contained in:
Andras Fekete
2023-11-01 13:30:40 -04:00
parent 42c241dbbf
commit bb9031da6e

View File

@@ -473,7 +473,6 @@ int main(int argc, char* argv[])
if (fp != stdin) { if (fp != stdin) {
fclose(fp); fclose(fp);
fp = stdin;
} }
return (ret == 0) ? 0 : 1; return (ret == 0) ? 0 : 1;
} }