From: Roland McGrath Date: Tue, 12 Dec 1995 03:32:46 +0000 (+0000) Subject: (main): Don't call init_dir. X-Git-Tag: 3.74.1~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=856d83462f2c91ab35dfbab47dd2367f55efc507;p=thirdparty%2Fmake.git (main): Don't call init_dir. --- diff --git a/main.c b/main.c index 809839d0..a03397f2 100644 --- 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)