summary refs log tree commit diff stats
path: root/lib
diff options
context:
space:
mode:
authorringabout <43030857+ringabout@users.noreply.github.com>2022-12-17 20:44:30 +0800
committerGitHub <noreply@github.com>2022-12-17 20:44:30 +0800
commitb8d200683a77487e7ef5d78abd4c1b981709bddd (patch)
treedb7b40e7c594f2a9ed79d3bcf074f17d47d3cefd /lib
parentae4645e8dfec5c7b5f2d8cbdb672b7a0d55dfb37 (diff)
downloadNim-b8d200683a77487e7ef5d78abd4c1b981709bddd.tar.gz
remove unused imports (#21126)
Diffstat (limited to 'lib')
-rw-r--r--lib/impure/rdstdin.nim2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/impure/rdstdin.nim b/lib/impure/rdstdin.nim
index 935c83671..b0c648373 100644
--- a/lib/impure/rdstdin.nim
+++ b/lib/impure/rdstdin.nim
@@ -22,8 +22,6 @@ runnableExamples("-r:off"):
     if line.len > 0: echo line
   echo "exiting"
 
-when defined(nimPreviewSlimSystem):
-  import std/syncio
 
 when defined(windows):
   when defined(nimPreviewSlimSystem):