summary refs log tree commit diff stats
path: root/compiler/options.nim
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/options.nim')
-rw-r--r--compiler/options.nim2
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/options.nim b/compiler/options.nim
index 2aa515e35..c6e5c5b9f 100644
--- a/compiler/options.nim
+++ b/compiler/options.nim
@@ -18,8 +18,6 @@ const
   useEffectSystem* = true
   useWriteTracking* = false
   hasFFI* = defined(useFFI)
-  newScopeForIf* = true
-  useCaas* = not defined(noCaas)
   copyrightYear* = "2018"
 
 type                          # please make sure we have under 32 options