summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJuan Carlos <juancarlospaco@gmail.com>2020-03-20 05:24:35 -0300
committerGitHub <noreply@github.com>2020-03-20 09:24:35 +0100
commit55d3780b7bef2a171ee2a2e4ff856e5f91335b47 (patch)
tree3595e2410302d0cd24c0a63f183e77bcd6271098
parent1037318e6817157e97d368a01852b021d7c3c9b7 (diff)
downloadNim-55d3780b7bef2a171ee2a2e4ff856e5f91335b47.tar.gz
Remove 2 old deprecated files (#13702)
-rw-r--r--lib/impure/osinfo_posix.nim10
-rw-r--r--lib/impure/osinfo_win.nim10
-rw-r--r--tools/kochdocs.nim4
3 files changed, 1 insertions, 23 deletions
diff --git a/lib/impure/osinfo_posix.nim b/lib/impure/osinfo_posix.nim
deleted file mode 100644
index 0362fca12..000000000
--- a/lib/impure/osinfo_posix.nim
+++ /dev/null
@@ -1,10 +0,0 @@
-#
-#
-#            Nim's Runtime Library
-#        (c) Copyright 2015 Dominik Picheta
-#
-#    See the file "copying.txt", included in this
-#    distribution, for details about the copyright.
-#
-
-{.error: "This module has been moved to the 'osinfo' nimble package.".}
diff --git a/lib/impure/osinfo_win.nim b/lib/impure/osinfo_win.nim
deleted file mode 100644
index 0362fca12..000000000
--- a/lib/impure/osinfo_win.nim
+++ /dev/null
@@ -1,10 +0,0 @@
-#
-#
-#            Nim's Runtime Library
-#        (c) Copyright 2015 Dominik Picheta
-#
-#    See the file "copying.txt", included in this
-#    distribution, for details about the copyright.
-#
-
-{.error: "This module has been moved to the 'osinfo' nimble package.".}
diff --git a/tools/kochdocs.nim b/tools/kochdocs.nim
index 87cdf53aa..0dd6dbc2f 100644
--- a/tools/kochdocs.nim
+++ b/tools/kochdocs.nim
@@ -149,13 +149,11 @@ lib/posix/linux.nim
 lib/posix/termios.nim
 lib/js/jscore.nim
 """.splitWhitespace()
-  
+
   # some of these are include files so shouldn't be docgen'd
   ignoredModules = """
 lib/prelude.nim
 lib/pure/future.nim
-lib/impure/osinfo_posix.nim
-lib/impure/osinfo_win.nim
 lib/pure/collections/hashcommon.nim
 lib/pure/collections/tableimpl.nim
 lib/pure/collections/setimpl.nim