Remove an unused variable.
authorJohn Baldwin <jhb@FreeBSD.org>
Tue, 19 Jan 2016 17:06:33 +0000 (09:06 -0800)
committerJohn Baldwin <jhb@FreeBSD.org>
Tue, 19 Jan 2016 17:06:33 +0000 (09:06 -0800)
binutils/ChangeLog:

* readelf.c (get_freebsd_elfcore_note_type): Remove unused variable.

binutils/ChangeLog
binutils/readelf.c

index 16360453dc1b02cbaaa9070ec02b40cc40d3f6c1..24e2afea4cd10e10ddd68aa5d8954e1481e035fd 100644 (file)
@@ -1,3 +1,7 @@
+2016-01-19  John Baldwin  <jhb@FreeBSD.org>
+
+       * readelf.c (get_freebsd_elfcore_note_type): Remove unused variable.
+
 2016-01-19  John Baldwin  <jhb@FreeBSD.org>
 
        * readelf.c (get_freebsd_elfcore_note_type): New
index 01e3923d8522bc6154bee795a534eaaff6de72ec..b4aaf51ace1502388c1914bee41c393d71723442 100644 (file)
@@ -15413,8 +15413,6 @@ process_netbsd_elf_note (Elf_Internal_Note * pnote)
 static const char *
 get_freebsd_elfcore_note_type (unsigned e_type)
 {
-  static char buff[64];
-
   switch (e_type)
     {
     case NT_FREEBSD_THRMISC:
This page took 0.035109 seconds and 4 git commands to generate.