]> code.delx.au - gnu-emacs/blobdiff - lib-src/timer.c
Deprecate use of the INITIAL argument for completing-read.
[gnu-emacs] / lib-src / timer.c
index 1fd7836802f92b6987ab53600ef099e65558e24e..9bd547ce8f2a4826f3519ecc3804c06bb7d5e416 100644 (file)
@@ -34,7 +34,7 @@
 
 
 extern int errno;
-extern char *strerror (), *malloc ();
+extern char *strerror ();
 extern time_t time ();
 
 /*
@@ -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