i386/relocator: Remove unused extern grub_relocator64_rip_addr
authorDaniel Kiper <daniel.kiper@oracle.com>
Thu, 7 May 2015 16:00:47 +0000 (18:00 +0200)
committerVladimir Serbinenko <phcoder@gmail.com>
Thu, 7 May 2015 16:00:47 +0000 (18:00 +0200)
Signed-off-by: Daniel Kiper <daniel.kiper@oracle.com>
grub-core/lib/i386/relocator.c

index ffaf25f..71dd4f0 100644 (file)
@@ -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;