summaryrefslogtreecommitdiff
path: root/Source/Core/Absy.cs
diff options
context:
space:
mode:
authorGravatar rustanleino <unknown>2010-10-12 00:13:50 +0000
committerGravatar rustanleino <unknown>2010-10-12 00:13:50 +0000
commit4fc18b2fe45c9a29cb0b8fe93d3102cec9c83194 (patch)
treea324eff1a6d8266938943a038450ce4eb790810b /Source/Core/Absy.cs
parentc830dff64feadac2f6aa8e0f2a7e647bf3d690f1 (diff)
Boogie:
* enhanced the printing of captured states * addressed some warnings issued by VS 2010 * some code formatting
Diffstat (limited to 'Source/Core/Absy.cs')
-rw-r--r--Source/Core/Absy.cs7
1 files changed, 2 insertions, 5 deletions
diff --git a/Source/Core/Absy.cs b/Source/Core/Absy.cs
index 398382a8..39f69ccc 100644
--- a/Source/Core/Absy.cs
+++ b/Source/Core/Absy.cs
@@ -3611,11 +3611,8 @@ namespace Microsoft.Boogie {
return new Sequential(new AtomicRE(b), second);
}
} else {
- {
- Contract.Assume(false);
- throw new cce.UnreachableException();
- }
- return new AtomicRE(b);
+ Contract.Assume(false);
+ throw new cce.UnreachableException();
}
}
}