aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormj-xmr <mjxmr@protonmail.com>2021-08-18 17:50:47 +0200
committermj-xmr <mjxmr@protonmail.com>2021-08-19 21:56:12 +0200
commit15936bfa0ffa109fee0240fd1fe63ecc2a4af9fe (patch)
treec4d7e2a594c650ae29ace698a2d224ddc842a08c
parentMerge pull request #7818 (diff)
downloadmonero-15936bfa0ffa109fee0240fd1fe63ecc2a4af9fe.tar.xz
Device: remove unused and incorrect non-default constructor
-rw-r--r--src/device/device.hpp1
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;