From: Daniel Kiper Date: Thu, 7 May 2015 16:00:47 +0000 (+0200) Subject: i386/relocator: Remove unused extern grub_relocator64_rip_addr X-Git-Tag: 2.02-beta3~320 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71783dc9780c1e1897a59ec3273e6259807f47eb;p=thirdparty%2Fgrub.git i386/relocator: Remove unused extern grub_relocator64_rip_addr Signed-off-by: Daniel Kiper --- diff --git a/grub-core/lib/i386/relocator.c b/grub-core/lib/i386/relocator.c index ffaf25f08..71dd4f0ab 100644 --- a/grub-core/lib/i386/relocator.c +++ b/grub-core/lib/i386/relocator.c @@ -64,7 +64,6 @@ extern grub_uint64_t grub_relocator64_rbx; extern grub_uint64_t grub_relocator64_rcx; extern grub_uint64_t grub_relocator64_rdx; extern grub_uint64_t grub_relocator64_rip; -extern grub_uint64_t grub_relocator64_rip_addr; extern grub_uint64_t grub_relocator64_rsp; extern grub_uint64_t grub_relocator64_rsi; extern grub_addr_t grub_relocator64_cr3;