diff options
Diffstat (limited to 'src/dev/mc146818.hh')
-rw-r--r-- | src/dev/mc146818.hh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/dev/mc146818.hh b/src/dev/mc146818.hh index 507abab5a..699785199 100644 --- a/src/dev/mc146818.hh +++ b/src/dev/mc146818.hh @@ -119,10 +119,6 @@ class MC146818 : public EventManager /** RTC status register B */ uint8_t stat_regB; - /** RTC event times for drain and serialization coordination */ - Tick rtcTimerInterruptTickOffset; - Tick rtcClockTickOffset; - public: MC146818(EventManager *em, const std::string &name, const struct tm time, bool bcd, Tick frequency); @@ -136,8 +132,6 @@ class MC146818 : public EventManager void tickClock(); - unsigned int drain(Event *de); - /** * Serialize this object to the given output stream. * @param base The base name of the counter object. |