summaryrefslogtreecommitdiffstats
path: root/unexelf.c
diff options
context:
space:
mode:
Diffstat (limited to 'unexelf.c')
-rw-r--r--unexelf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unexelf.c b/unexelf.c
index 60e82cc..ea8019f 100644
--- a/unexelf.c
+++ b/unexelf.c
@@ -522,7 +522,7 @@ unexec (new_name, old_name, data_start, bss_start, entry_address)
Elf32_Off new_data2_offset;
Elf32_Addr new_data2_addr;
- int n, nn, old_bss_index, old_data_index, new_data2_index;
+ int n, nn, old_bss_index, old_data_index;
struct stat stat_buf;
/* Open the old file & map it into the address space. */