From aacafe90f1b60c5fc0fffd83aabc4552ef76dee5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Sandmann=20Pedersen?= Date: Mon, 2 Jun 2008 05:14:56 +0000 Subject: [PATCH] =?UTF-8?q?+Mon=20Jun=20=202=2001:14:17=202008=20=20S?= =?UTF-8?q?=C3=B8ren=20Sandmann=20=20=20+=20+=09*=20b?= =?UTF-8?q?infile.c=20(get=5Fdebug=5Fbinaries):=20Remove=20left-over=20#if?= =?UTF-8?q?=200=20+?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit svn path=/trunk/; revision=432 --- ChangeLog | 4 ++++ binfile.c | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) 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