2010-03-24 Michael Snyder <msnyder@localhost.localdomain>

* elfread.c (find_separate_debug_file_by_buildid):
	Remove unused local variable.
This commit is contained in:
Michael Snyder 2010-03-24 21:58:31 +00:00
parent 293e2f9ec5
commit 737c4c52da
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2010-03-24 Michael Snyder <msnyder@localhost.localdomain>
* elfread.c (find_separate_debug_file_by_buildid):
Remove unused local variable.
2010-03-24 Tom Tromey <tromey@redhat.com>
PR breakpoints/9352:

View File

@ -696,7 +696,6 @@ find_separate_debug_file_by_buildid (struct objfile *objfile)
char *debugfile = NULL;
char *canon_name = NULL;
bfd_size_type debuglink_size;
unsigned long crc32;
int i;
struct build_id *build_id;