diff options
Diffstat (limited to 'compiler-rt/lib/scudo/standalone/common.cpp')
| -rw-r--r-- | compiler-rt/lib/scudo/standalone/common.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/compiler-rt/lib/scudo/standalone/common.cpp b/compiler-rt/lib/scudo/standalone/common.cpp index 80134c39e757..f7c1b420f4c7 100644 --- a/compiler-rt/lib/scudo/standalone/common.cpp +++ b/compiler-rt/lib/scudo/standalone/common.cpp @@ -16,9 +16,6 @@ namespace scudo { uptr PageSizeCached = 0; uptr PageSizeLogCached = 0; -// Must be defined in platform specific code. -uptr getPageSize(); - // This must be called in the init path or there could be a race if multiple // threads try to set the cached values. uptr getPageSizeSlow() { |
