+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:
Søren Sandmann Pedersen
2008-06-02 05:14:56 +00:00
parent edb974bcc8
commit aacafe90f1
2 changed files with 4 additions and 2 deletions

View File

@ -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.

View File

@ -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