mirror of
https://github.com/mirror/make.git
synced 2025-04-24 12:00:35 +08:00
(main): Don't call init_dir.
This commit is contained in:
parent
e9fcf7ea88
commit
856d83462f
4
main.c
4
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)
|
||||
|
Loading…
Reference in New Issue
Block a user