Merge pull request #7875

15936bf Device: remove unused and incorrect non-default constructor (mj-xmr)
pull/7803/merge
luigi1111 3 years ago
commit be94a2fb06
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

@ -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