mirror of
https://codeberg.org/nahuhh/wownero
synced 2026-03-04 21:57:40 -05:00
Device: remove unused and incorrect non-default constructor
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