summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar tabarbe <unknown>2010-08-09 16:39:42 +0000
committerGravatar tabarbe <unknown>2010-08-09 16:39:42 +0000
commit5189a845e0d485963510a160398c8ad90ca3c067 (patch)
tree404bf1e59d51d1b7447efc49ea852cbfa0c396c9
parentf20b120b5e42f6851b0afd787240d1813d2fbcbb (diff)
Boogie: Sorry about that - no need for the conditional compilation
-rw-r--r--Source/AbsInt/cce.cs4
-rw-r--r--Source/BoogieDriver/cce.cs3
-rw-r--r--Source/VCGeneration/cce.cs3
3 files changed, 3 insertions, 7 deletions
diff --git a/Source/AbsInt/cce.cs b/Source/AbsInt/cce.cs
index 8666256e..693d608c 100644
--- a/Source/AbsInt/cce.cs
+++ b/Source/AbsInt/cce.cs
@@ -1,4 +1,4 @@
-#if CONTRACTS_FULL
+
using System;
using System.Collections.Generic;
using System.Diagnostics.Contracts;
@@ -54,11 +54,9 @@ public static class cce {
}
}
}
-
public class PeerAttribute : System.Attribute {
}
public class RepAttribute : System.Attribute {
}
public class CapturedAttribute : System.Attribute {
}
-#endif \ No newline at end of file
diff --git a/Source/BoogieDriver/cce.cs b/Source/BoogieDriver/cce.cs
index f97ffd96..23d79815 100644
--- a/Source/BoogieDriver/cce.cs
+++ b/Source/BoogieDriver/cce.cs
@@ -1,4 +1,4 @@
-#if CONTRACTS_FULL
+
using System;
using System.Collections.Generic;
using System.Diagnostics.Contracts;
@@ -103,4 +103,3 @@ public class ReadsAttribute : System.Attribute {
public ReadsAttribute(object o) {
}
}
-#endif \ No newline at end of file
diff --git a/Source/VCGeneration/cce.cs b/Source/VCGeneration/cce.cs
index f97ffd96..23d79815 100644
--- a/Source/VCGeneration/cce.cs
+++ b/Source/VCGeneration/cce.cs
@@ -1,4 +1,4 @@
-#if CONTRACTS_FULL
+
using System;
using System.Collections.Generic;
using System.Diagnostics.Contracts;
@@ -103,4 +103,3 @@ public class ReadsAttribute : System.Attribute {
public ReadsAttribute(object o) {
}
}
-#endif \ No newline at end of file