summary refs log tree commit diff stats
path: root/lib/pure/oswalkdir.nim
diff options
context:
space:
mode:
Diffstat (limited to 'lib/pure/oswalkdir.nim')
-rw-r--r--lib/pure/oswalkdir.nim13
1 files changed, 0 insertions, 13 deletions
diff --git a/lib/pure/oswalkdir.nim b/lib/pure/oswalkdir.nim
deleted file mode 100644
index 7d80b312c..000000000
--- a/lib/pure/oswalkdir.nim
+++ /dev/null
@@ -1,13 +0,0 @@
-#
-#
-#            Nim's Runtime Library
-#        (c) Copyright 2015 Andreas Rumpf
-#
-#    See the file "copying.txt", included in this
-#    distribution, for details about the copyright.
-#
-
-## This module is deprecated, ``import os`` instead.
-{.deprecated: "import os.nim instead".}
-import os
-export PathComponent, walkDir, walkDirRec