(main): Don't call init_dir.
authorRoland McGrath <roland@redhat.com>
Tue, 12 Dec 1995 03:32:46 +0000 (03:32 +0000)
committerRoland McGrath <roland@redhat.com>
Tue, 12 Dec 1995 03:32:46 +0000 (03:32 +0000)
main.c

diff --git a/main.c b/main.c
index 809839d0480b90fba02637d87fe4f4bd05661b2a..a03397f2d48500e8a65e7f38faea32fd254b0f51 100644 (file)
--- a/main.c
+++ b/main.c
@@ -415,7 +415,6 @@ main (argc, argv, envp)
      char **argv;
      char **envp;
 {
-  extern void init_dir ();
   extern RETSIGTYPE fatal_error_signal (), child_handler ();
   register struct file *f;
   register unsigned int i;
@@ -479,9 +478,6 @@ main (argc, argv, envp)
 #endif /* setvbuf reversed.  */
 #endif /* setlinebuf missing.  */
 
-  /* Initialize the directory hashing code.  */
-  init_dir ();
-
   /* Figure out where this program lives.  */
 
   if (argv[0] == 0)