mirror of
https://github.com/monero-project/monero.git
synced 2024-10-01 11:49:47 -04: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:
|
||||
|
||||
device(): mode(NONE) {}
|
||||
device(const device &hwdev) {}
|
||||
virtual ~device() {}
|
||||
|
||||
explicit virtual operator bool() const = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user