aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPhilipp Stephani2017-05-18 19:15:26 -0700
committerPaul Eggert2017-05-18 19:15:49 -0700
commite41030971f37375b9bb16c248f3b5d8d12064743 (patch)
treeb75ccff49a338284b70fdc6551271cc5e6f56f12 /src
parent064b92d6e5a80f5435e2d941ec400ff9bd63d127 (diff)
downloademacs-e41030971f37375b9bb16c248f3b5d8d12064743.tar.gz
emacs-e41030971f37375b9bb16c248f3b5d8d12064743.zip
Clean up some compiler warnings
* src/sysdep.c (system_process_attributes) [DARWIN_OS]: Remove unused locals.
Diffstat (limited to 'src')
-rw-r--r--src/sysdep.c5
1 files changed, 0 insertions, 5 deletions
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
3707system_process_attributes (Lisp_Object pid) 3707system_process_attributes (Lisp_Object pid)
3708{ 3708{
3709 int proc_id; 3709 int proc_id;
3710 int pagesize = getpagesize ();
3711 unsigned long npages;
3712 int fscale;
3713 struct passwd *pw; 3710 struct passwd *pw;
3714 struct group *gr; 3711 struct group *gr;
3715 char *ttyname; 3712 char *ttyname;
3716 size_t len;
3717 char args[MAXPATHLEN];
3718 struct timeval starttime; 3713 struct timeval starttime;
3719 struct timespec t, now; 3714 struct timespec t, now;
3720 struct rusage *rusage; 3715 struct rusage *rusage;