diff options
author | Juan Carlos <juancarlospaco@gmail.com> | 2020-04-01 21:58:43 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-02 02:58:43 +0200 |
commit | 46ca19ff18ef3db72abf740da7795eb84306305e (patch) | |
tree | d74a81a2559e3b0602a4e2e451bd75aab41847c4 /lib/impure/db_sqlite.nim | |
parent | afd0afe0a3febc5ed2888dbca23e75c06741668e (diff) | |
download | Nim-46ca19ff18ef3db72abf740da7795eb84306305e.tar.gz |
Deprecate DCE:on (#13839)
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 |