aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2021-09-09 15:17:41 -0400
committerluigi1111 <luigi1111w@gmail.com>2021-09-09 15:17:41 -0400
commitbe94a2fb06e809c7f11cc95fe9d12b2544f741db (patch)
tree812f9d320ccddeb0dfb8c8f7490434ec8ad694f9 /src
parentMerge pull request #7858 (diff)
parentDevice: remove unused and incorrect non-default constructor (diff)
downloadmonero-be94a2fb06e809c7f11cc95fe9d12b2544f741db.tar.xz
Merge pull request #7875
15936bf Device: remove unused and incorrect non-default constructor (mj-xmr)
Diffstat (limited to 'src')
-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;