summaryrefslogtreecommitdiff
path: root/Source/Core/AbsyCmd.cs
diff options
context:
space:
mode:
authorGravatar wuestholz <unknown>2014-11-02 15:33:12 +0100
committerGravatar wuestholz <unknown>2014-11-02 15:33:12 +0100
commit5edb0b7cdaeae035968945cfda687c2ba1d7967a (patch)
tree371131e18995175608d6f009abc6e3b51c15ba17 /Source/Core/AbsyCmd.cs
parent8739be55115427adef3edb8f717499df7348b0df (diff)
Made it produce more trace output for the verification result caching.
Diffstat (limited to 'Source/Core/AbsyCmd.cs')
-rw-r--r--Source/Core/AbsyCmd.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/AbsyCmd.cs b/Source/Core/AbsyCmd.cs
index 2bacc19f..a78cb71b 100644
--- a/Source/Core/AbsyCmd.cs
+++ b/Source/Core/AbsyCmd.cs
@@ -965,7 +965,6 @@ namespace Microsoft.Boogie {
var havocCmd = cmd as HavocCmd;
if (havocCmd != null)
{
- // TODO(wuestholz): Check with Rustan if this makes sense.
tokTxtWr.Write("havoc ");
var relevantVars = havocCmd.Vars.Where(v => usedVariables.Contains(v.Decl) && !v.Decl.Name.StartsWith("a##post##")).ToList();
relevantVars.Emit(tokTxtWr, true);