Device: remove unused and incorrect non-default constructor

pull/7875/head
mj-xmr 3 years ago
parent 82149bfe44
commit 15936bfa0f
No known key found for this signature in database
GPG Key ID: C101BF94093451E0

@ -91,7 +91,6 @@ namespace hw {
public:
device(): mode(NONE) {}
device(const device &hwdev) {}
virtual ~device() {}
explicit virtual operator bool() const = 0;

Loading…
Cancel
Save