grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 2/5] i386/relocator: Remove unused extern grub_relocator64_rip_ad


From: Daniel Kiper
Subject: [PATCH 2/5] i386/relocator: Remove unused extern grub_relocator64_rip_addr
Date: Fri, 30 Jan 2015 18:59:25 +0100

Signed-off-by: Daniel Kiper <address@hidden>
---
 grub-core/lib/i386/relocator.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/grub-core/lib/i386/relocator.c b/grub-core/lib/i386/relocator.c
index ffaf25f..71dd4f0 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;
-- 
1.7.10.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]