Merge pull request #7875

15936bf Device: remove unused and incorrect non-default constructor (mj-xmr)
This commit is contained in:
luigi1111 2021-09-09 15:17:41 -04:00
commit be94a2fb06
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010
1 changed files with 0 additions and 1 deletions

View File

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