diff options
Diffstat (limited to 'lib/impure/db_sqlite.nim')
-rw-r--r-- | lib/impure/db_sqlite.nim | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/impure/db_sqlite.nim b/lib/impure/db_sqlite.nim index f182ae65a..74ba169aa 100644 --- a/lib/impure/db_sqlite.nim +++ b/lib/impure/db_sqlite.nim @@ -113,8 +113,6 @@ ## * `db_mysql module <db_mysql.html>`_ for MySQL database wrapper ## * `db_postgres module <db_postgres.html>`_ for PostgreSQL database wrapper -{.deadCodeElim: on.} # dce option deprecated - import sqlite3 import db_common |