summaryrefslogtreecommitdiff
path: root/src/dev/arm/timer_cpulocal.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/dev/arm/timer_cpulocal.hh')
-rw-r--r--src/dev/arm/timer_cpulocal.hh3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/dev/arm/timer_cpulocal.hh b/src/dev/arm/timer_cpulocal.hh
index 086dc1c63..f53f5bc25 100644
--- a/src/dev/arm/timer_cpulocal.hh
+++ b/src/dev/arm/timer_cpulocal.hh
@@ -103,9 +103,6 @@ class CpuLocalTimer : public BasicPioDevice
/** Cpu this timer is attached to */
uint32_t cpuNum;
- /** Number of ticks in a clock input */
- Tick clock;
-
/** Control register as specified above */
TimerCtrl timerControl;
WatchdogCtrl watchdogControl;