aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llcommon/llmemory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llcommon/llmemory.cpp')
-rw-r--r--linden/indra/llcommon/llmemory.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/linden/indra/llcommon/llmemory.cpp b/linden/indra/llcommon/llmemory.cpp
index 9b6f893..3fec50f 100644
--- a/linden/indra/llcommon/llmemory.cpp
+++ b/linden/indra/llcommon/llmemory.cpp
@@ -335,7 +335,6 @@ U64 getCurrentRSS()
335U64 getCurrentRSS() 335U64 getCurrentRSS()
336{ 336{
337 U64 residentSize = 0; 337 U64 residentSize = 0;
338
339 task_basic_info_data_t basicInfo; 338 task_basic_info_data_t basicInfo;
340 mach_msg_type_number_t basicInfoCount = TASK_BASIC_INFO_COUNT; 339 mach_msg_type_number_t basicInfoCount = TASK_BASIC_INFO_COUNT;
341 if (task_info(mach_task_self(), TASK_BASIC_INFO, (task_info_t)&basicInfo, &basicInfoCount) == KERN_SUCCESS) 340 if (task_info(mach_task_self(), TASK_BASIC_INFO, (task_info_t)&basicInfo, &basicInfoCount) == KERN_SUCCESS)