That should never have been comitted.
[fw/sdcc] / src / SDCCsymt.c
index bf7a5809103e09b0d31a8218d12a69830267e5aa..363e39a467627377ab648d86541a73ddb181ed77 100644 (file)
@@ -107,7 +107,7 @@ addSym (bucket ** stab,
     fprintf (stderr, "addSym: %s ", sname);
   }
   /* Make sure sym is a symbol and not a structdef */
-  if (1 || StructTab!=stab) {
+  if (StructTab!=stab) {
     /* make sure the type is complete and sane */
     checkTypeSanity(((symbol *)sym)->etype, ((symbol *)sym)->name);
   }