]> andersk Git - splint.git/blobdiff - src/transferChecks.c
Fixes after removing -unrecogcomments flag for make splintme.
[splint.git] / src / transferChecks.c
index d77e7c3869874355cf37fd1eb322c24c07af113a..fe12682be7a5c64cbce70f74842edde0cffc77e1 100644 (file)
@@ -4017,7 +4017,6 @@ checkMetaStateConsistent (/*@exposed@*/ sRef fref, sRef tref,
          }
        else
          {
-           /*@i#!@!!@*/
            DPRINTF (("Cannot find meta state for: %s / to: %s / %s", sRef_unparseFull (fref),
                      sRef_unparseFull (tref),
                      fkey));
@@ -4176,7 +4175,6 @@ checkMetaStateTransfer (exprNode fexp, sRef fref, exprNode texp, sRef tref,
          }
        else
          {
-           /*@i#!@!!@*/
            DPRINTF (("Metastate transfer: %s => %s",
                      exprNode_unparse (fexp), exprNode_unparse (texp)));
            DPRINTF (("Cannot find meta state for: %s / to: %s / %s", sRef_unparseFull (fref),
This page took 0.03727 seconds and 4 git commands to generate.