diff options
author | ringabout <43030857+ringabout@users.noreply.github.com> | 2022-12-17 20:44:30 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-17 20:44:30 +0800 |
commit | b8d200683a77487e7ef5d78abd4c1b981709bddd (patch) | |
tree | db7b40e7c594f2a9ed79d3bcf074f17d47d3cefd /lib | |
parent | ae4645e8dfec5c7b5f2d8cbdb672b7a0d55dfb37 (diff) | |
download | Nim-b8d200683a77487e7ef5d78abd4c1b981709bddd.tar.gz |
remove unused imports (#21126)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/impure/rdstdin.nim | 2 |
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): |