* grub-core/kern/emu/misc.c (grub_get_rtc): Remove (it's a leftover).
This commit is contained in:
parent
620b52bf47
commit
c2e6f70589
3 changed files with 4 additions and 21 deletions
|
@ -23,12 +23,6 @@
|
|||
#include <grub/symbol.h>
|
||||
#include <grub/cpu/time.h>
|
||||
|
||||
#if defined (GRUB_MACHINE_EMU) || defined (GRUB_UTIL)
|
||||
#define GRUB_TICKS_PER_SECOND 100000
|
||||
/* Return the real time in ticks. */
|
||||
grub_uint32_t EXPORT_FUNC (grub_get_rtc) (void);
|
||||
#endif
|
||||
|
||||
void EXPORT_FUNC(grub_millisleep) (grub_uint32_t ms);
|
||||
grub_uint64_t EXPORT_FUNC(grub_get_time_ms) (void);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue