]> andersk Git - splint.git/commitdiff
Removed if statement with constant results
authorbpringlemeir <bpringlemeir>
Sun, 3 Feb 2008 07:01:15 +0000 (07:01 +0000)
committerbpringlemeir <bpringlemeir>
Sun, 3 Feb 2008 07:01:15 +0000 (07:01 +0000)
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.052486 seconds and 5 git commands to generate.