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

View File

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