From 00afb0889c72587b0b19485e4efbef93a93ccdcc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C8=98tefan=20Talpalaru?= Date: Mon, 7 Jan 2019 18:13:08 +0100 Subject: [PATCH] ForLoopMacros cleanup --- nim.cfg | 1 - nimbus/nimbus.nims | 3 --- 2 files changed, 4 deletions(-) delete mode 100644 nimbus/nimbus.nims diff --git a/nim.cfg b/nim.cfg index 9366286c2..ee64291c7 100644 --- a/nim.cfg +++ b/nim.cfg @@ -1,4 +1,3 @@ -# --experimental:ForLoopMacros # Deactivated for CI - https://github.com/status-im/nimbus/pull/110#issuecomment-414326444 -d:chronicles_line_numbers -d:"chronicles_sinks=textblocks" diff --git a/nimbus/nimbus.nims b/nimbus/nimbus.nims deleted file mode 100644 index 49e155dd7..000000000 --- a/nimbus/nimbus.nims +++ /dev/null @@ -1,3 +0,0 @@ - -switch("experimental", "ForLoopMacros") -