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