Anton Lebedevich 13 years ago
parent
commit
db286fa422
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/pgsql_sock.erl

+ 0 - 1
src/pgsql_sock.erl

@@ -153,7 +153,6 @@ on_message({$E, Data}, State) ->
     %% TODO use it
     %% TODO use it
     {error, pgsql_wire:decode_error(Data)},
     {error, pgsql_wire:decode_error(Data)},
     {infinity, State};
     {infinity, State};
-    State;
 
 
 on_message({$A, <<Pid:?int32, Strings/binary>>}, State) ->
 on_message({$A, <<Pid:?int32, Strings/binary>>}, State) ->
     case pgsql_wire:decode_strings(Strings) of
     case pgsql_wire:decode_strings(Strings) of