From 15936bfa0ffa109fee0240fd1fe63ecc2a4af9fe Mon Sep 17 00:00:00 2001 From: mj-xmr Date: Wed, 18 Aug 2021 17:50:47 +0200 Subject: [PATCH] Device: remove unused and incorrect non-default constructor --- src/device/device.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/device/device.hpp b/src/device/device.hpp index 582eb2242..6005e157d 100644 --- a/src/device/device.hpp +++ b/src/device/device.hpp @@ -91,7 +91,6 @@ namespace hw { public: device(): mode(NONE) {} - device(const device &hwdev) {} virtual ~device() {} explicit virtual operator bool() const = 0;