mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
+Mon Jun 2 01:14:17 2008 Søren Sandmann <sandmann@redhat.com>
+ + * binfile.c (get_debug_binaries): Remove left-over #if 0 + svn path=/trunk/; revision=432
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
Mon Jun 2 01:14:17 2008 Søren Sandmann <sandmann@redhat.com>
|
||||
|
||||
* binfile.c (get_debug_binaries): Remove left-over #if 0
|
||||
|
||||
Mon Jun 2 01:10:38 2008 Søren Sandmann <sandmann@redhat.com>
|
||||
|
||||
* binfile.c (get_debug_binaries): Simplify loop.
|
||||
|
||||
@ -220,12 +220,10 @@ get_debug_binaries (GList *files,
|
||||
GHashTable *seen_names;
|
||||
GList *free_us = NULL;
|
||||
|
||||
#if 0
|
||||
build_id_file = get_build_id_file (elf);
|
||||
|
||||
if (build_id_file)
|
||||
return g_list_prepend (files, build_id_file);
|
||||
#endif
|
||||
|
||||
/* .gnu_debuglink is actually a chain of debuglinks, and
|
||||
* there have been real-world cases where following it was
|
||||
|
||||
Reference in New Issue
Block a user