mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-31 10:22:15 +00:00
removing warning imported and not used debugutils (#17660)
This commit is contained in:
@@ -448,7 +448,8 @@ const foreignPackageNotesDefault* = {
|
||||
|
||||
proc isDefined*(conf: ConfigRef; symbol: string): bool
|
||||
|
||||
import debugutils
|
||||
when defined(nimDebugUtils):
|
||||
import debugutils
|
||||
|
||||
proc newConfigRef*(): ConfigRef =
|
||||
result = ConfigRef(
|
||||
|
||||
Reference in New Issue
Block a user