From f5867ab7178784bc63a3deafcf4fb09260e4d19a Mon Sep 17 00:00:00 2001 From: Chandler Carruth Date: Mon, 31 Dec 2012 23:31:56 +0000 Subject: Go ahead and get rid of the old page size interface and convert all the users over to the new one. No sense maintaining this "compatibility" layer it seems. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171331 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Support/Process.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'include/llvm/Support/Process.h') diff --git a/include/llvm/Support/Process.h b/include/llvm/Support/Process.h index 15fa3763c9..f149a4e058 100644 --- a/include/llvm/Support/Process.h +++ b/include/llvm/Support/Process.h @@ -117,12 +117,6 @@ private: /// current executing process. class Process { public: - /// \brief Get the virtual memory page size - /// This static function will return the operating system's virtual memory - /// page size. - /// \returns The number of bytes in a virtual memory page. - static unsigned GetPageSize(); - /// \brief Return process memory usage. /// This static function will return the total amount of memory allocated /// by the process. This only counts the memory allocated via the malloc, -- cgit v1.2.3