diff --git a/M6502/HarteTest_6502/opcode_test_suite_t.h b/M6502/HarteTest_6502/opcode_test_suite_t.h index ff2127e..5e8df8e 100644 --- a/M6502/HarteTest_6502/opcode_test_suite_t.h +++ b/M6502/HarteTest_6502/opcode_test_suite_t.h @@ -30,9 +30,6 @@ private: #ifdef USE_NLOHMANN_JSON nlohmann::json m_raw; #endif -#ifdef USE_RAPIDJSON_JSON - rapidjson::Document m_raw; -#endif #ifdef USE_JSONCPP_JSON Json::Value m_raw; #endif