From 1cfd565458205147952f7f838fed86d181b7818d Mon Sep 17 00:00:00 2001 From: alisdair sullivan Date: Thu, 1 Dec 2011 06:24:34 -0800 Subject: [PATCH] removes obsolete comment in decoder --- src/jsx_decoder.erl | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/jsx_decoder.erl b/src/jsx_decoder.erl index 383db4c..bc1aa32 100644 --- a/src/jsx_decoder.erl +++ b/src/jsx_decoder.erl @@ -212,9 +212,6 @@ key(Bin, Handler, Stack, Opts) -> %% string appends it's output to the term at the top of the stack. for %% efficiency the strings are build in reverse order and reversed before %% being added to the output stream -%% string uses partial_utf/1 to cease parsing when invalid encodings are -%% encountered rather than just checking remaining binary size like other -%% states to eliminate certain incomplete states %% when parsing strings, the naive detection of partial codepoints is %% insufficient. this incredibly anal function should detect all badly formed %% utf sequences