From 870869d081501a821265b862ad0d4173ae226f9b Mon Sep 17 00:00:00 2001 From: Jacek Sieka Date: Mon, 23 Apr 2018 17:02:38 +0800 Subject: [PATCH] remove dead code elimination option (#7669) --- src/db_sqlite.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/db_sqlite.nim b/src/db_sqlite.nim index 21049571f9..f88037e2f3 100644 --- a/src/db_sqlite.nim +++ b/src/db_sqlite.nim @@ -81,7 +81,7 @@ ## ## theDb.close() -{.deadCodeElim:on.} +{.deadCodeElim: on.} # dce option deprecated import strutils, sqlite3