remove unused explicit_end check

This commit is contained in:
alisdair sullivan 2012-05-23 01:00:37 -07:00
parent cb39d33eda
commit 9d34818d52

View file

@ -49,7 +49,7 @@ parser(Handler, State, Opts) ->
case State([end_json], case State([end_json],
Handler, Handler,
Stack, Stack,
Opts#opts{explicit_end=false}) of Opts) of
{incomplete, _} -> ?error([Handler, Stack, Opts]) {incomplete, _} -> ?error([Handler, Stack, Opts])
; Events -> Events ; Events -> Events
end end