remove unused explicit_end check
This commit is contained in:
parent
cb39d33eda
commit
9d34818d52
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ parser(Handler, State, Opts) ->
|
|||
case State([end_json],
|
||||
Handler,
|
||||
Stack,
|
||||
Opts#opts{explicit_end=false}) of
|
||||
Opts) of
|
||||
{incomplete, _} -> ?error([Handler, Stack, Opts])
|
||||
; Events -> Events
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue