diff --git a/include/fc/io/json.hpp b/include/fc/io/json.hpp index 1980f74..f07124b 100644 --- a/include/fc/io/json.hpp +++ b/include/fc/io/json.hpp @@ -30,9 +30,7 @@ namespace fc enum output_formatting { stringify_large_ints_and_doubles = 0, -#ifdef WITH_EXOTIC_JSON_PARSERS legacy_generator = 1 -#endif }; static ostream& to_stream( ostream& out, const fc::string& );