mirror of
https://git.savannah.gnu.org/git/make.git
synced 2025-01-16 11:15:27 +00:00
(main): Don't call init_dir.
This commit is contained in:
parent
e9fcf7ea88
commit
856d83462f
1 changed files with 0 additions and 4 deletions
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 a new issue