From a2a76096fd094022b9f3dac5c2d34d476fafddd8 Mon Sep 17 00:00:00 2001 From: wbq_sky Date: Tue, 27 Jul 2021 16:28:59 +0800 Subject: [PATCH] remote the unused code Signed-off-by: wbq_sky --- .../distributeddb/include/distributeddb_schema_test_tools.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/services/distributeddataservice/test/common/distributeddb/include/distributeddb_schema_test_tools.h b/services/distributeddataservice/test/common/distributeddb/include/distributeddb_schema_test_tools.h index 7faa44956..d70191032 100755 --- a/services/distributeddataservice/test/common/distributeddb/include/distributeddb_schema_test_tools.h +++ b/services/distributeddataservice/test/common/distributeddb/include/distributeddb_schema_test_tools.h @@ -15,9 +15,7 @@ #ifndef DISTRIBUTED_DB_SCHEMA_TEST_TOOLS_H #define DISTRIBUTED_DB_SCHEMA_TEST_TOOLS_H -#ifdef RUNNING_ON_SIMULATED_ENV #include -#endif #include "kv_store_delegate.h" #include "kv_store_delegate_manager.h" #include "types.h" @@ -182,4 +180,4 @@ public: const uint64_t serialNo, const RecordInfo &recordInfo, const std::string &valueSkipString = VALUE_SKIP_STRING); }; -#endif // DISTRIBUTED_DB_SCHEMA_TEST_TOOLS_H \ No newline at end of file +#endif // DISTRIBUTED_DB_SCHEMA_TEST_TOOLS_H -- Gitee