* grub-core/kern/emu/misc.c (grub_get_rtc): Remove (it's a leftover).

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-10-08 19:53:57 +02:00
parent 620b52bf47
commit c2e6f70589
3 changed files with 4 additions and 21 deletions

View file

@ -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);