From 5edaa008efabb1b97446bed2f6b542cf01eb3c70 Mon Sep 17 00:00:00 2001 From: Yuqian Yang Date: Fri, 5 Dec 2025 20:33:50 +0800 Subject: Remove CRU_DEFINE_CLASS_LOG_TAG. --- include/cru/base/Base.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include/cru/base/Base.h') diff --git a/include/cru/base/Base.h b/include/cru/base/Base.h index 3cd04f8c..e62054eb 100644 --- a/include/cru/base/Base.h +++ b/include/cru/base/Base.h @@ -106,10 +106,6 @@ inline void hash_combine(std::size_t& s, const T& v) { s ^= h(v) + 0x9e3779b9 + (s << 6) + (s >> 2); } -#define CRU_DEFINE_CLASS_LOG_TAG(tag) \ - private: \ - constexpr static const char* kLogTag = tag; - #ifdef _MSC_VER #pragma warning(disable : 4275) #endif -- cgit v1.2.3