diff options
Diffstat (limited to 'src/dev/sinic.hh')
-rw-r--r-- | src/dev/sinic.hh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/dev/sinic.hh b/src/dev/sinic.hh index 0da7ccae4..5532650c3 100644 --- a/src/dev/sinic.hh +++ b/src/dev/sinic.hh @@ -50,8 +50,6 @@ class Base : public PciDev protected: bool rxEnable; bool txEnable; - Tick clock; - inline Tick ticks(int numCycles) const { return numCycles * clock; } protected: Tick intrDelay; |