mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-09 14:40:54 +00:00
Remove old commented out code
2006-08-27 Soren Sandmann <sandmann@redhat.com> * binparser.c: Remove old commented out code 2006-08-27 Soren Sandmann <sandmann@redhat.com> * module/Makefile ($(MODULE).o): Add dependency on sysprof-module.h * elfparser.c (elf_parser_get_eh_frame): Add this function. Remove some commented out code.
This commit is contained in:
committed by
Søren Sandmann Pedersen
parent
2c04f6e200
commit
b7cf5d34b8
@ -129,7 +129,6 @@ on_read (gpointer data)
|
||||
if (diff >= 0.0 && diff < RESET_DEAD_PERIOD)
|
||||
return;
|
||||
|
||||
#if 0
|
||||
{
|
||||
int i;
|
||||
g_print ("pid: %d (%d)\n", trace.pid, trace.n_addresses);
|
||||
@ -137,7 +136,6 @@ on_read (gpointer data)
|
||||
g_print ("rd: %08x\n", trace.addresses[i]);
|
||||
g_print ("-=-\n");
|
||||
}
|
||||
#endif
|
||||
|
||||
if (rd > 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user