multi_term mode removed until sane interface can be developed

This commit is contained in:
alisdair sullivan 2011-08-10 00:35:51 -07:00
parent ba057d13cc
commit aca326b42e
4 changed files with 0 additions and 49 deletions

View file

@ -133,8 +133,6 @@ maybe_done([], T, [], _Opts) ->
emit([end_json, incomplete], {bad_json, [], T, []});
maybe_done([end_json], T, [], _Opts) ->
emit([end_json, incomplete], {bad_json, [], T, []});
maybe_done([end_json|Forms], T, [], #opts{multi_term=true}=Opts) ->
emit([end_json], {start, Forms, T, [Opts]});
maybe_done([end_object|Forms], T, [object|Stack], Opts) ->
emit([end_object], {maybe_done, Forms, T, [Stack, Opts]});
maybe_done([end_array|Forms], T, [array|Stack], Opts) ->