summary refs log tree commit diff stats
path: root/compiler/semdata.nim
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2018-04-28 07:49:36 +0200
committerAndreas Rumpf <rumpf_a@web.de>2018-04-28 07:49:36 +0200
commitf697596faf1712753efb14220b8991566bd7267f (patch)
treeaed5f4cde1f97bbd9eaa8ac6b04c3e2e254c92f4 /compiler/semdata.nim
parentf755808350f7dfe713f68e0e7f50b7be989841ab (diff)
downloadNim-f697596faf1712753efb14220b8991566bd7267f.tar.gz
semcheck: code cleanups
Diffstat (limited to 'compiler/semdata.nim')
-rw-r--r--compiler/semdata.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/semdata.nim b/compiler/semdata.nim
index 8159abf8f..fc0488814 100644
--- a/compiler/semdata.nim
+++ b/compiler/semdata.nim
@@ -63,7 +63,7 @@ type
       # to the user.
     efWantStmt, efAllowStmt, efDetermineType, efExplain,
     efAllowDestructor, efWantValue, efOperand, efNoSemCheck,
-    efNoProcvarCheck, efNoEvaluateGeneric, efInCall, efFromHlo,
+    efNoEvaluateGeneric, efInCall, efFromHlo
 
   TExprFlags* = set[TExprFlag]