aboutsummaryrefslogtreecommitdiff
path: root/include/cru/base/Base.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/cru/base/Base.h')
-rw-r--r--include/cru/base/Base.h4
1 files changed, 0 insertions, 4 deletions
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