]> git.eshelyaron.com Git - emacs.git/commitdiff
(init_environment, sys_shutdown, sys_pipe): Remove unused
authorJason Rumney <jasonr@gnu.org>
Sat, 13 Jan 2001 00:00:26 +0000 (00:00 +0000)
committerJason Rumney <jasonr@gnu.org>
Sat, 13 Jan 2001 00:00:26 +0000 (00:00 +0000)
variables.

src/w32.c

index 5e9b8313ddbd5ad14b2c5e905bab7b2e1d803d08..80bc56981e4c64481674e231ea1f4895964aec51 100644 (file)
--- a/src/w32.c
+++ b/src/w32.c
@@ -86,7 +86,8 @@ Boston, MA 02111-1307, USA.
 #include "w32.h"
 #include "ndir.h"
 #include "w32heap.h"
+#include "systime.h"
+
 #undef min
 #undef max
 #define min(x, y) (((x) < (y)) ? (x) : (y))
@@ -679,7 +680,6 @@ extern Lisp_Object Vsystem_configuration;
 void
 init_environment (char ** argv)
 {
-  int len;
   static const char * const tempdirs[] = {
     "$TMPDIR", "$TEMP", "$TMP", "c:/"
   };
@@ -2877,8 +2877,6 @@ sys_getservbyname(const char * name, const char * proto)
 int
 sys_shutdown (int s, int how)
 {
-  int rc;
-
   if (winsock_lib == NULL)
     {
       h_errno = ENETDOWN;
@@ -3007,7 +3005,6 @@ sys_pipe (int * phandles)
 {
   int rc;
   unsigned flags;
-  child_process * cp;
 
   /* make pipe handles non-inheritable; when we spawn a child, we
      replace the relevant handle with an inheritable one.  Also put