mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Device: remove unused and incorrect non-default constructor
This commit is contained in:
parent
82149bfe44
commit
15936bfa0f
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue