commit | c0610bf4e0e8844cec9e77dc53deafb211edadca | [log] [tgz] |
---|---|---|
author | Rafael Espindola <rafael.espindola@gmail.com> | Thu Dec 04 16:59:36 2014 +0000 |
committer | Rafael Espindola <rafael.espindola@gmail.com> | Thu Dec 04 16:59:36 2014 +0000 |
tree | 0e53ecac9e3225b39578f2bf978cbc4d8fb2eca4 | |
parent | a4e55f4d1ec87056703c752644e12640e97fb5a1 [diff] [blame] |
Remove dead code. NFC. This interface was added 2 years ago but users never developed. llvm-svn: 223368
diff --git a/llvm/unittests/Support/MemoryTest.cpp b/llvm/unittests/Support/MemoryTest.cpp index 8ad90e0..f439cb2 100644 --- a/llvm/unittests/Support/MemoryTest.cpp +++ b/llvm/unittests/Support/MemoryTest.cpp
@@ -21,7 +21,7 @@ public: MappedMemoryTest() { Flags = GetParam(); - PageSize = sys::process::get_self()->page_size(); + PageSize = sys::Process::getPageSize(); } protected: