From ef325f5cee544f854aa3d26e2dfab2a2c920558c Mon Sep 17 00:00:00 2001 From: Alexey Romanov Date: Sun, 12 Oct 2014 20:47:38 +0400 Subject: [PATCH] Removed a no-op when closing DB --- src/sqlite3.erl | 1 - 1 file changed, 1 deletion(-) diff --git a/src/sqlite3.erl b/src/sqlite3.erl index 4b998bb..38acb72 100644 --- a/src/sqlite3.erl +++ b/src/sqlite3.erl @@ -1015,7 +1015,6 @@ terminate(_Reason, #state{port = Port}) -> undefined -> pass; _ -> - port_command(Port, term_to_binary({close, nop})), port_close(Port) end, case erl_ddll:unload(?DRIVER_NAME) of