summaryrefslogtreecommitdiff
path: root/Source/BoogieDriver/cce.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Source/BoogieDriver/cce.cs')
-rw-r--r--Source/BoogieDriver/cce.cs6
1 files changed, 4 insertions, 2 deletions
diff --git a/Source/BoogieDriver/cce.cs b/Source/BoogieDriver/cce.cs
index 34749b5f..f97ffd96 100644
--- a/Source/BoogieDriver/cce.cs
+++ b/Source/BoogieDriver/cce.cs
@@ -1,4 +1,5 @@
-using System;
+#if CONTRACTS_FULL
+using System;
using System.Collections.Generic;
using System.Diagnostics.Contracts;
using System.Text;
@@ -101,4 +102,5 @@ public class ReadsAttribute : System.Attribute {
};
public ReadsAttribute(object o) {
}
-} \ No newline at end of file
+}
+#endif \ No newline at end of file