emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master e410309: Clean up some compiler warnings


From: Paul Eggert
Subject: [Emacs-diffs] master e410309: Clean up some compiler warnings
Date: Thu, 18 May 2017 22:15:55 -0400 (EDT)

branch: master
commit e41030971f37375b9bb16c248f3b5d8d12064743
Author: Philipp Stephani <address@hidden>
Commit: Paul Eggert <address@hidden>

    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;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]