Removed a no-op when closing DB

This commit is contained in:
Alexey Romanov
2014-10-12 20:47:38 +04:00
parent cc348bb7cc
commit ef325f5cee

View File

@@ -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