diff options
author | Araq <rumpf_a@web.de> | 2016-11-05 01:19:23 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2016-11-06 17:33:33 +0100 |
commit | bec9c4be27ad0f4a5d730ae1ac18f15667d8d9b1 (patch) | |
tree | 8dbf3dbb440118c9120993c4100a1fa3bf5c507b /compiler/nimsuggest/nimsuggest.nim | |
parent | 5471b1eacad50a313133c93f68b3495948479bb3 (diff) | |
download | Nim-bec9c4be27ad0f4a5d730ae1ac18f15667d8d9b1.tar.gz |
new dependency tracking for nimsuggest
Diffstat (limited to 'compiler/nimsuggest/nimsuggest.nim')
-rw-r--r-- | compiler/nimsuggest/nimsuggest.nim | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/compiler/nimsuggest/nimsuggest.nim b/compiler/nimsuggest/nimsuggest.nim deleted file mode 100644 index 2be368d68..000000000 --- a/compiler/nimsuggest/nimsuggest.nim +++ /dev/null @@ -1,12 +0,0 @@ -# -# -# The Nim Compiler -# (c) Copyright 2015 Andreas Rumpf -# -# See the file "copying.txt", included in this -# distribution, for details about the copyright. -# - -## Nimsuggest has been moved to https://github.com/nim-lang/nimsuggest - -{.error: "This project has moved to the following repo: https://github.com/nim-lang/nimsuggest".} |