date and time created 83/08/05 13:34:37 by sam
[unix-history] / usr / src / old / dbx / check.c
index e0a9881..b85d7e9 100644 (file)
@@ -1,6 +1,6 @@
 /* Copyright (c) 1982 Regents of the University of California */
 
 /* Copyright (c) 1982 Regents of the University of California */
 
-static char sccsid[] = "@(#)check.c 1.3 %G%";
+static char sccsid[] = "@(#)check.c 1.4 %G%";
 
 /*
  * Check a tree for semantic correctness.
 
 /*
  * Check a tree for semantic correctness.
@@ -120,8 +120,6 @@ Node p;
            enderrmsg();
        }
        chkblock(place);
            enderrmsg();
        }
        chkblock(place);
-    } else if (cond != nil) {
-       chkblock(place);
     } else if (place->op == O_SYM) {
        chkblock(place);
     } else {
     } else if (place->op == O_SYM) {
        chkblock(place);
     } else {