diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/device/device.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/device/device.hpp b/src/device/device.hpp index 582eb2242..6005e157d 100644 --- a/src/device/device.hpp +++ b/src/device/device.hpp @@ -91,7 +91,6 @@ namespace hw { public: device(): mode(NONE) {} - device(const device &hwdev) {} virtual ~device() {} explicit virtual operator bool() const = 0; |