From 59d1e2789ec176edd0aba155a2638c1e3edbd863 Mon Sep 17 00:00:00 2001 From: Adrian Conlon Date: Mon, 11 Oct 2021 19:39:37 +0100 Subject: [PATCH] Whoops: missed reference to RapidJson Signed-off-by: Adrian Conlon --- M6502/HarteTest_6502/opcode_test_suite_t.h | 3 --- 1 file changed, 3 deletions(-) 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