summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1995-12-12 03:32:46 +0000
committerRoland McGrath <roland@redhat.com>1995-12-12 03:32:46 +0000
commit856d83462f2c91ab35dfbab47dd2367f55efc507 (patch)
tree48c896d9695d547534e71010f05ad0253e69474d
parente9fcf7ea8839c38acdc9ae4b32d8b3a3dfd6af87 (diff)
downloadgunmake-856d83462f2c91ab35dfbab47dd2367f55efc507.tar.gz
(main): Don't call init_dir.
-rw-r--r--main.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/main.c b/main.c
index 809839d..a03397f 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)