]> andersk Git - splint.git/blobdiff - src/sRef.c
*** empty log message ***
[splint.git] / src / sRef.c
index 080cb90eed7d451540c8e4ac64047f8281792bc1..3425f6767ee45bd30dc008cba8747907aa9791c0 100644 (file)
@@ -3888,6 +3888,13 @@ sRef_mergeStateAux (/*@notnull@*/ sRef res, /*@notnull@*/ sRef other,
   ** Merge value table states
   */
 
+
+  /*@i3245@*/
+# if 0
+  /*
+  ** This doesn't do anything.  And its broken too...
+  */
+
   valueTable_elements (res->state, key, sv) 
     {
       stateValue os = valueTable_lookup (other->state, key);
@@ -3907,6 +3914,8 @@ sRef_mergeStateAux (/*@notnull@*/ sRef res, /*@notnull@*/ sRef other,
        DPRINTF (("Val: %d / %s", val, msg));
       */
   } end_valueTable_elements ; 
+# endif
+
 }
 
 static sRefSet
This page took 0.250331 seconds and 4 git commands to generate.