mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 17:04:41 +00:00
Remove 2 old deprecated files (#13702)
This commit is contained in:
@@ -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.".}
|
||||
@@ -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.".}
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user