diff options
author | Roland McGrath <roland@redhat.com> | 1995-12-12 03:32:46 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1995-12-12 03:32:46 +0000 |
commit | 856d83462f2c91ab35dfbab47dd2367f55efc507 (patch) | |
tree | 48c896d9695d547534e71010f05ad0253e69474d | |
parent | e9fcf7ea8839c38acdc9ae4b32d8b3a3dfd6af87 (diff) | |
download | gunmake-856d83462f2c91ab35dfbab47dd2367f55efc507.tar.gz |
(main): Don't call init_dir.
-rw-r--r-- | main.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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) |