]> andersk Git - splint.git/blobdiff - src/usymtab.c
Removed if statement with constant results
[splint.git] / src / usymtab.c
index 1d26d49de9f168f7d634709a2b73acf6e7ee21f4..5033ec4e8e12e2a2330532eb85267147dbf28432 100644 (file)
@@ -2009,11 +2009,7 @@ void usymtab_load (FILE *f)
 
       while ((c = *s) != '\0' && (c !='\n'))
        {
-         if (c != ' ' || c != '\t') 
-           {
-             llbuglit ("Junk in load file");
-           }
-
+         llbuglit ("Junk in load file");
          s++;
        }
 
This page took 0.045092 seconds and 4 git commands to generate.