From 90fe5e03af907377187df5714fc4686a1768a128 Mon Sep 17 00:00:00 2001 From: Juan Carlos Date: Wed, 1 Apr 2020 21:58:43 -0300 Subject: [PATCH] Deprecate DCE:on (#13839) --- src/db_sqlite.nim | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/db_sqlite.nim b/src/db_sqlite.nim index f182ae65a0..74ba169aa5 100644 --- a/src/db_sqlite.nim +++ b/src/db_sqlite.nim @@ -113,8 +113,6 @@ ## * `db_mysql module `_ for MySQL database wrapper ## * `db_postgres module `_ for PostgreSQL database wrapper -{.deadCodeElim: on.} # dce option deprecated - import sqlite3 import db_common