Commit 5d0adcfa authored by Frédéric Delanoy's avatar Frédéric Delanoy Committed by Alexandre Julliard

winedump: Remove an "#if 1" preprocessor directive.

parent eecc2f8b
......@@ -132,7 +132,6 @@ static DWORD pdb_get_file_size(const struct pdb_reader* reader, unsigned idx)
static void pdb_exit(struct pdb_reader* reader)
{
#if 1
unsigned i;
unsigned char* file;
DWORD size;
......@@ -150,7 +149,7 @@ static void pdb_exit(struct pdb_reader* reader)
dump_data(file, size, " ");
free(file);
}
#endif
if (reader->read_file == pdb_jg_read_file)
{
free((char*)reader->u.jg.root);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment