mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-23 10:37:37 -07:00
Device: remove unused and incorrect non-default constructor
This commit is contained in:
parent
82149bfe44
commit
15936bfa0f
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user