summaryrefslogtreecommitdiff
path: root/Source/Core/Inline.cs
diff options
context:
space:
mode:
authorGravatar qadeer <unknown>2010-12-20 20:58:56 +0000
committerGravatar qadeer <unknown>2010-12-20 20:58:56 +0000
commit5f882a3e08b9ce192596c807dea15bf581c872ee (patch)
treeda42f2affe32dfb294fe8623e84835039721c3c8 /Source/Core/Inline.cs
parent1fd6537e40b262e6a67d836b4a66f3444e5911bb (diff)
fixed a small bug in inline code
Diffstat (limited to 'Source/Core/Inline.cs')
-rw-r--r--Source/Core/Inline.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/Inline.cs b/Source/Core/Inline.cs
index 0d9a5969..12f58b0a 100644
--- a/Source/Core/Inline.cs
+++ b/Source/Core/Inline.cs
@@ -228,7 +228,6 @@ namespace Microsoft.Boogie {
Implementation impl = FindProcImpl(program, proc);
if (impl != null) {
inline = GetInlineCount(impl);
- Contract.Assert(0 <= inline);
}
if (inline > 0) { // at least one block should exist