summaryrefslogtreecommitdiff
path: root/libartbase/base/globals_unix.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libartbase/base/globals_unix.cc')
-rw-r--r--libartbase/base/globals_unix.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/libartbase/base/globals_unix.cc b/libartbase/base/globals_unix.cc
index 07226241db..9a67dc49dd 100644
--- a/libartbase/base/globals_unix.cc
+++ b/libartbase/base/globals_unix.cc
@@ -22,10 +22,6 @@
namespace art {
-ART_PAGE_SIZE_AGNOSTIC_DEFINE(size_t, gPageSize);
-ART_PAGE_SIZE_AGNOSTIC_DEFINE(size_t, gPMDSize);
-ART_PAGE_SIZE_AGNOSTIC_DEFINE(size_t, gPUDSize);
-
#ifndef ART_STATIC_LIBARTBASE
#ifdef __APPLE__