mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-30 09:54:49 +00:00
Remove totally unneeded import of hashes. (#10221)
This commit is contained in:
@@ -111,7 +111,7 @@
|
||||
## dict.writeConfig("config.ini")
|
||||
|
||||
import
|
||||
hashes, strutils, lexbase, streams, tables
|
||||
strutils, lexbase, streams, tables
|
||||
|
||||
include "system/inclrtl"
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
## parser. It parses PostgreSQL syntax and the SQL ANSI standard.
|
||||
|
||||
import
|
||||
hashes, strutils, lexbase
|
||||
strutils, lexbase
|
||||
|
||||
# ------------------- scanner -------------------------------------------------
|
||||
|
||||
|
||||
@@ -147,7 +147,7 @@ an HTML document contains.
|
||||
]##
|
||||
|
||||
import
|
||||
hashes, strutils, lexbase, streams, unicode
|
||||
strutils, lexbase, streams, unicode
|
||||
|
||||
# the parser treats ``<br />`` as ``<br></br>``
|
||||
|
||||
|
||||
Reference in New Issue
Block a user