diff options
author | David J. MacKenzie <djm@gnu.org> | 1994-10-12 20:21:51 +0000 |
---|---|---|
committer | David J. MacKenzie <djm@gnu.org> | 1994-10-12 20:21:51 +0000 |
commit | 340ff9deaea2a7258d3ee1eca65487b4cd8dd305 (patch) | |
tree | 48728b1b42696e296b41072130301fc3ea627440 /lib-src/timer.c | |
parent | e2f9d9afabe51c8be7e6f4327197670b941789f2 (diff) | |
download | emacs-340ff9deaea2a7258d3ee1eca65487b4cd8dd305.tar.gz |
Eliminate some -Wall warnings.
Diffstat (limited to 'lib-src/timer.c')
-rw-r--r-- | lib-src/timer.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib-src/timer.c b/lib-src/timer.c index 6a3a3fba101..9bd547ce8f2 100644 --- a/lib-src/timer.c +++ b/lib-src/timer.c @@ -199,7 +199,6 @@ void getevent () { int i; - int n_events; /* In principle the itimer should be disabled on entry to this function, but it really doesn't make any important difference |