summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorGravatar qadeer <qadeer@microsoft.com>2012-04-01 22:21:17 -0700
committerGravatar qadeer <qadeer@microsoft.com>2012-04-01 22:21:17 -0700
commit3968dee28a8ee0c7164fb98208a796657c3b8479 (patch)
tree57c7a88374ff3c8b3552559fba4067831abc73d0 /Source
parentbffd3305c235c5605d632a4a438ec563fad731e6 (diff)
commented out SuperAwesomeMethod
Diffstat (limited to 'Source')
-rw-r--r--Source/VCGeneration/StratifiedVC.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/VCGeneration/StratifiedVC.cs b/Source/VCGeneration/StratifiedVC.cs
index 013d7900..965939fc 100644
--- a/Source/VCGeneration/StratifiedVC.cs
+++ b/Source/VCGeneration/StratifiedVC.cs
@@ -1929,6 +1929,7 @@ namespace VC
calleeToCallSites[callee].Remove(cs);
}
+#if SuperAwesomeMethod
private Outcome FindUnsatCoreInMainCallees(Implementation impl, ApiChecker checker, VCExpressionGenerator Gen, PCBErrorReporter reporter, List<VCExpr> assumptions, out HashSet<VCExprVar> unsatCore)
{
Debug.Assert(checker is ApiChecker);
@@ -1950,7 +1951,7 @@ namespace VC
}
return Outcome.Correct;
}
-
+
private Outcome FindUnsatCore(Implementation impl, ApiChecker checker, VCExpressionGenerator Gen, PCBErrorReporter reporter, List<VCExpr> assumptions, out HashSet<VCExprVar> unsatCore)
{
Helpers.ExtraTraceInformation("Number of assumptions = " + assumptions.Count);
@@ -2174,8 +2175,7 @@ namespace VC
InlineIntoMain(checker, impl, unsatCore);
}
}
-
-
+#endif
// A step of the stratified inlining algorithm: both under-approx and over-approx queries
private Outcome stratifiedStep(int bound, VerificationState vState, HashSet<int> block)