remove an '#if 0' which was not intended for commit
diff --git a/lib/fileindex.c b/lib/fileindex.c
index b5a1c93..0f460ce 100644
--- a/lib/fileindex.c
+++ b/lib/fileindex.c
@@ -723,10 +723,8 @@ walk_dir(struct got_pathlist_entry **next, struct got_fileindex *fileindex,
subdir = opendir(subdirpath);
if (subdir == NULL) {
- #if 0
free(subpath);
free(subdirpath);
- #endif
return got_error_from_errno();
}