diff options
author | Paul Smith <psmith@gnu.org> | 2013-04-16 01:47:05 -0400 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2013-04-16 01:47:05 -0400 |
commit | 330d97a9ba12c35d271ebf003183c523b582fabe (patch) | |
tree | c28d3af8ae068f537ff54a54872eef66bb85eb64 /dir.c | |
parent | b5d017c6241ac356915b178d0a9588653d18d460 (diff) | |
download | gunmake-330d97a9ba12c35d271ebf003183c523b582fabe.tar.gz |
Cleanup some source and fix autoconf warnings.
Diffstat (limited to 'dir.c')
-rw-r--r-- | dir.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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; |