changeset 35286:fcd8120b294a

(init_environment, sys_shutdown, sys_pipe): Remove unused variables.
author Jason Rumney <jasonr@gnu.org>
date Sat, 13 Jan 2001 00:00:26 +0000
parents dd533a188c51
children 28e0cac22fbd
files src/w32.c
diffstat 1 files changed, 2 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/src/w32.c	Fri Jan 12 23:59:37 2001 +0000
+++ b/src/w32.c	Sat Jan 13 00:00:26 2001 +0000
@@ -86,7 +86,8 @@
 #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 @@
 void
 init_environment (char ** argv)
 {
-  int len;
   static const char * const tempdirs[] = {
     "$TMPDIR", "$TEMP", "$TMP", "c:/"
   };
@@ -2877,8 +2877,6 @@
 int
 sys_shutdown (int s, int how)
 {
-  int rc;
-
   if (winsock_lib == NULL)
     {
       h_errno = ENETDOWN;
@@ -3007,7 +3005,6 @@
 {
   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