]> andersk Git - splint.git/blobdiff - src/stateClauseList.c
Fixed branch state bug with definitely null values (reported by Jon Wilson).
[splint.git] / src / stateClauseList.c
index 02fd72cf58bc42fe3b3e572195f070090793c381..edfe5c47febea7ba7078aa44d64180307a4c1e4a 100644 (file)
@@ -1,5 +1,5 @@
 /*
-** LCLint - annotation-assisted static program checker
+** Splint - annotation-assisted static program checker
 ** Copyright (C) 1994-2001 University of Virginia,
 **         Massachusetts Institute of Technology
 **
@@ -19,7 +19,7 @@
 **
 ** For information on lclint: lclint-request@cs.virginia.edu
 ** To report a bug: lclint-bug@cs.virginia.edu
-** For more information: http://lclint.cs.virginia.edu
+** For more information: http://www.splint.org
 */
 /*
 ** stateClauseList.c
@@ -361,8 +361,6 @@ void stateClauseList_checkAll (uentry ue)
                        }
                      else
                        {
-                         TPRINTF (("Not xh: %s", fileloc_unparse (uentry_whereLast (ue))));
-
                          voptgenerror 
                            (FLG_INCONDEFS,
                             message ("Reference %q used in %q clause of %q, "
This page took 0.053965 seconds and 4 git commands to generate.