mirror of
https://github.com/monero-project/monero.git
synced 2026-01-31 16:54:45 +01:00
Device: remove unused and incorrect non-default constructor
This commit is contained in:
@@ -91,7 +91,6 @@ namespace hw {
|
|||||||
public:
|
public:
|
||||||
|
|
||||||
device(): mode(NONE) {}
|
device(): mode(NONE) {}
|
||||||
device(const device &hwdev) {}
|
|
||||||
virtual ~device() {}
|
virtual ~device() {}
|
||||||
|
|
||||||
explicit virtual operator bool() const = 0;
|
explicit virtual operator bool() const = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user