Remove unused variable

pull/5370/head
Ryan Dahl 2010-02-15 17:15:40 -08:00
parent 1793ee1c80
commit 95fd370096
1 changed files with 0 additions and 1 deletions

View File

@ -592,7 +592,6 @@ error:
#include <mach/mach_init.h>
int getmem(size_t *rss, size_t *vsize) {
task_t task = MACH_PORT_NULL;
struct task_basic_info t_info;
mach_msg_type_number_t t_info_count = TASK_BASIC_INFO_COUNT;