diff options
Diffstat (limited to 'src/dev/io_device.hh')
-rw-r--r-- | src/dev/io_device.hh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/dev/io_device.hh b/src/dev/io_device.hh index a528b250e..7e323b3bc 100644 --- a/src/dev/io_device.hh +++ b/src/dev/io_device.hh @@ -125,8 +125,6 @@ class PioDevice : public MemObject virtual void init(); - unsigned int drain(DrainManager *drainManger); - virtual BaseSlavePort &getSlavePort(const std::string &if_name, PortID idx = InvalidPortID); |