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 | 726a98937fa78acd8dce58107c6b5e6dda050e0d (patch) | |
tree | 459bf1534b06e8b13e71ef68a3b8053a0a8e554b /lib-src/=timer.c | |
parent | 47060f93e4a3c6763cbd14dd5b65246456f27ac6 (diff) | |
download | emacs-726a98937fa78acd8dce58107c6b5e6dda050e0d.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 |