From e41030971f37375b9bb16c248f3b5d8d12064743 Mon Sep 17 00:00:00 2001 From: Philipp Stephani Date: Thu, 18 May 2017 19:15:26 -0700 Subject: [PATCH 1/4] Clean up some compiler warnings * src/sysdep.c (system_process_attributes) [DARWIN_OS]: Remove unused locals. --- src/sysdep.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/sysdep.c b/src/sysdep.c index 91b2a5c..ac6eed0 100644 --- a/src/sysdep.c +++ b/src/sysdep.c @@ -3707,14 +3707,9 @@ Lisp_Object system_process_attributes (Lisp_Object pid) { int proc_id; - int pagesize = getpagesize (); - unsigned long npages; - int fscale; struct passwd *pw; struct group *gr; char *ttyname; - size_t len; - char args[MAXPATHLEN]; struct timeval starttime; struct timespec t, now; struct rusage *rusage; -- 2.7.4