mirror of
https://github.com/nim-lang/Nim.git
synced 2026-07-22 00:41:28 +00:00
remove dead code elimination option (#7669)
This commit is contained in:
@@ -81,7 +81,7 @@
|
||||
##
|
||||
## theDb.close()
|
||||
|
||||
{.deadCodeElim:on.}
|
||||
{.deadCodeElim: on.} # dce option deprecated
|
||||
|
||||
import strutils, sqlite3
|
||||
|
||||
|
||||
Reference in New Issue
Block a user