diff --git a/ChangeLog b/ChangeLog index 254c0ce0..dc5cc9f8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Mon Jun 2 01:14:17 2008 Søren Sandmann + + * binfile.c (get_debug_binaries): Remove left-over #if 0 + Mon Jun 2 01:10:38 2008 Søren Sandmann * binfile.c (get_debug_binaries): Simplify loop. diff --git a/binfile.c b/binfile.c index fc1fd552..5040741c 100644 --- a/binfile.c +++ b/binfile.c @@ -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