summaryrefslogtreecommitdiff
path: root/include/llvm/Support/Process.h
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2012-12-31 22:17:59 +0000
committerChandler Carruth <chandlerc@gmail.com>2012-12-31 22:17:59 +0000
commite0e1985b3b71f21cd1d6c1e4924abf0f5b499a73 (patch)
treedfb6c861a55e580ec358d2f6c96865d694f0d402 /include/llvm/Support/Process.h
parent5cec34754d540faac87fc0173fce42005c76b7d9 (diff)
downloadllvm-e0e1985b3b71f21cd1d6c1e4924abf0f5b499a73.tar.gz
llvm-e0e1985b3b71f21cd1d6c1e4924abf0f5b499a73.tar.bz2
llvm-e0e1985b3b71f21cd1d6c1e4924abf0f5b499a73.tar.xz
Remove an unused function in the old Process interface.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171327 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Support/Process.h')
-rw-r--r--include/llvm/Support/Process.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/llvm/Support/Process.h b/include/llvm/Support/Process.h
index 080634c8fc..6b29f57fc1 100644
--- a/include/llvm/Support/Process.h
+++ b/include/llvm/Support/Process.h
@@ -110,13 +110,6 @@ public:
/// allocated space.
static size_t GetMallocUsage();
- /// This static function will return the total memory usage of the
- /// process. This includes code, data, stack and mapped pages usage. Notei
- /// that the value returned here is not necessarily the Running Set Size,
- /// it is the total virtual memory usage, regardless of mapped state of
- /// that memory.
- static size_t GetTotalMemoryUsage();
-
/// This static function will set \p user_time to the amount of CPU time
/// spent in user (non-kernel) mode and \p sys_time to the amount of CPU
/// time spent in system (kernel) mode. If the operating system does not