diff options
author | mj-xmr <mjxmr@protonmail.com> | 2021-08-18 17:50:47 +0200 |
---|---|---|
committer | mj-xmr <mjxmr@protonmail.com> | 2021-08-19 21:56:12 +0200 |
commit | 15936bfa0ffa109fee0240fd1fe63ecc2a4af9fe (patch) | |
tree | c4d7e2a594c650ae29ace698a2d224ddc842a08c /src | |
parent | Merge pull request #7818 (diff) | |
download | monero-15936bfa0ffa109fee0240fd1fe63ecc2a4af9fe.tar.xz |
Device: remove unused and incorrect non-default constructor
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; |