Remove an unused function in the old Process interface.
[oota-llvm.git] / include / llvm / Support / Process.h
index 080634c8fc777a8d8331d690e62f645ab2df8680..6b29f57fc1c881c9597c0d5d30eca10afe48ab41 100644 (file)
@@ -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