* Remove an unused variable.

svn path=/trunk/; revision=59582
This commit is contained in:
Amine Khaldi 2013-07-25 15:14:32 +00:00
parent 0e19688298
commit 7a9898fc00

View file

@ -129,7 +129,6 @@ dir_hash_create_dir(struct target_dir_hash *dh, const char *casename, const char
void dir_hash_add_file(struct target_dir_hash *dh, const char *source, const char *target)
{
unsigned int hashcode;
struct target_file *tf;
struct target_dir_entry *de;
const char *filename = chop_filename(target);