summaryrefslogtreecommitdiff
path: root/dir.c
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2013-04-16 01:47:05 -0400
committerPaul Smith <psmith@gnu.org>2013-04-16 01:47:05 -0400
commit4a189aa60261a15303810bd238b2515a91c046a2 (patch)
treec28d3af8ae068f537ff54a54872eef66bb85eb64 /dir.c
parent5bbc9c8f8cca1a29973612afe0d5265cceb93eff (diff)
downloadmake-4a189aa60261a15303810bd238b2515a91c046a2.tar.gz
Cleanup some source and fix autoconf warnings.
Diffstat (limited to 'dir.c')
-rw-r--r--dir.c2
1 files changed, 0 insertions, 2 deletions
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;