utf8 is the default encoding for decoder, no need to explicitly define it

This commit is contained in:
alisdair sullivan 2011-08-25 06:39:33 -07:00
parent f6d980493f
commit 7fbb29369b
2 changed files with 11 additions and 8 deletions

View file

@ -24,8 +24,6 @@
-module(jsx_utf8).
-define(utf8, true).
-include("../include/jsx_common.hrl").
-include("../include/jsx_decoder.hrl").