]> git.eshelyaron.com Git - emacs.git/commitdiff
Clean up some compiler warnings
authorPhilipp Stephani <phst@google.com>
Fri, 19 May 2017 02:15:26 +0000 (19:15 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 19 May 2017 02:15:49 +0000 (19:15 -0700)
* src/sysdep.c (system_process_attributes) [DARWIN_OS]:
Remove unused locals.

src/sysdep.c

index 91b2a5cb9435fcbc488b82441999c3fcfcff3c8c..ac6eed0e581172dd915324262f36a46eaf7f6719 100644 (file)
@@ -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;