(main): Don't call init_dir.

This commit is contained in:
Roland McGrath 1995-12-12 03:32:46 +00:00
parent e9fcf7ea88
commit 856d83462f

4
main.c
View file

@ -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)