]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
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 ffaf25f088de4111baa2f81c41139dedb3ba0a5c..71dd4f0ab0c993656490c59e20973b61ad35ee99 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;