From 4a189aa60261a15303810bd238b2515a91c046a2 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Tue, 16 Apr 2013 01:47:05 -0400 Subject: Cleanup some source and fix autoconf warnings. --- dir.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'dir.c') diff --git a/dir.c b/dir.c index 69eeb481..59b2a8c7 100644 --- a/dir.c +++ b/dir.c @@ -581,7 +581,6 @@ static int dir_contents_file_exists_p (struct directory_contents *dir, const char *filename) { - unsigned int hash; struct dirfile *df; struct dirent *d; #ifdef WINDOWS32 @@ -610,7 +609,6 @@ dir_contents_file_exists_p (struct directory_contents *dir, filename = vmsify (filename,0); #endif - hash = 0; if (filename != 0) { struct dirfile dirfile_key; -- cgit v1.2.1