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
commit330d97a9ba12c35d271ebf003183c523b582fabe (patch)
treec28d3af8ae068f537ff54a54872eef66bb85eb64 /dir.c
parentb5d017c6241ac356915b178d0a9588653d18d460 (diff)
downloadgunmake-330d97a9ba12c35d271ebf003183c523b582fabe.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 69eeb48..59b2a8c 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;