From: Philipp Stephani Date: Fri, 19 May 2017 02:15:26 +0000 (-0700) Subject: Clean up some compiler warnings X-Git-Tag: emacs-26.0.90~521^2~370 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e41030971f37375b9bb16c248f3b5d8d12064743;p=emacs.git Clean up some compiler warnings * src/sysdep.c (system_process_attributes) [DARWIN_OS]: Remove unused locals. --- diff --git a/src/sysdep.c b/src/sysdep.c index 91b2a5cb943..ac6eed0e581 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;