Delete debug spew

This commit is contained in:
Søren Sandmann Pedersen
2006-10-08 04:07:18 +00:00
parent 52274fadd6
commit 29a4acaa94
4 changed files with 17 additions and 4 deletions

View File

@ -204,7 +204,9 @@ bin_file_lookup_symbol (BinFile *bin_file,
if (sym)
{
#if 0
g_print ("found %lx => %s\n", address, bin_symbol_get_name (bin_file, sym));
#endif
return (const BinSymbol *)sym;
}
}