Merge pull request #80 from oxarbitrage/remove_exotic_parser
remove WITH_EXOTIC_JSON_PARSERS
This commit is contained in:
commit
62ebc67cb3
1 changed files with 0 additions and 2 deletions
|
|
@ -30,9 +30,7 @@ namespace fc
|
||||||
enum output_formatting
|
enum output_formatting
|
||||||
{
|
{
|
||||||
stringify_large_ints_and_doubles = 0,
|
stringify_large_ints_and_doubles = 0,
|
||||||
#ifdef WITH_EXOTIC_JSON_PARSERS
|
|
||||||
legacy_generator = 1
|
legacy_generator = 1
|
||||||
#endif
|
|
||||||
};
|
};
|
||||||
|
|
||||||
static ostream& to_stream( ostream& out, const fc::string& );
|
static ostream& to_stream( ostream& out, const fc::string& );
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue