summaryrefslogtreecommitdiff
path: root/libartbase/base/macros.h
diff options
context:
space:
mode:
Diffstat (limited to 'libartbase/base/macros.h')
-rw-r--r--libartbase/base/macros.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libartbase/base/macros.h b/libartbase/base/macros.h
index 6dd981dc9ef..f26cf0708b2 100644
--- a/libartbase/base/macros.h
+++ b/libartbase/base/macros.h
@@ -45,8 +45,6 @@ template<typename T> ART_FRIEND_TEST(test_set_name, individual_test)
private: \
void* operator new(size_t) = delete // NOLINT
-#define SIZEOF_MEMBER(t, f) sizeof((reinterpret_cast<t*>(4096))->f) // NOLINT
-
#define OFFSETOF_MEMBER(t, f) \
(reinterpret_cast<uintptr_t>(&reinterpret_cast<t*>(16)->f) - static_cast<uintptr_t>(16u)) // NOLINT