Device: remove unused and incorrect non-default constructor

This commit is contained in:
mj-xmr 2021-08-18 17:50:47 +02:00
parent 82149bfe44
commit 15936bfa0f
No known key found for this signature in database
GPG Key ID: C101BF94093451E0
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;