summaryrefslogtreecommitdiff
path: root/Source/AbsInt
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 /Source/AbsInt
parentf20b120b5e42f6851b0afd787240d1813d2fbcbb (diff)
Boogie: Sorry about that - no need for the conditional compilation
Diffstat (limited to 'Source/AbsInt')
-rw-r--r--Source/AbsInt/cce.cs4
1 files changed, 1 insertions, 3 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