diff options
author | nc-x <neelesh.chandola@outlook.com> | 2019-06-08 04:07:08 +0530 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2019-06-08 00:37:08 +0200 |
commit | bce908f6ee9f24346641310d8f7f8971e92ffe01 (patch) | |
tree | bfc6e7e91ed0d4d23b0389c66338302634b4516e /lib/system | |
parent | bf9f1f7b45a4fa04cf7995c95af88680b2710f8c (diff) | |
download | Nim-bce908f6ee9f24346641310d8f7f8971e92ffe01.tar.gz |
fix `koch docs` failing at io.nim with `import os` in config.nims (#11418) [bugfix]
Diffstat (limited to 'lib/system')
-rw-r--r-- | lib/system/io.nim.cfg | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/system/io.nim.cfg b/lib/system/io.nim.cfg deleted file mode 100644 index fd7cc755c..000000000 --- a/lib/system/io.nim.cfg +++ /dev/null @@ -1 +0,0 @@ ---define: nimnoio |