summaryrefslogtreecommitdiffstats
path: root/occ_device.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'occ_device.hpp')
-rw-r--r--occ_device.hpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/occ_device.hpp b/occ_device.hpp
index 2ca94f5..efa46dc 100644
--- a/occ_device.hpp
+++ b/occ_device.hpp
@@ -41,11 +41,7 @@ class Device
const Manager& manager,
Status& status,
std::function<void(bool)> callBack = nullptr) :
-#ifdef I2C_OCC
config(name),
-#else
- config(name + '-' + "dev0"),
-#endif
errorFile(fs::path(config) / "occ_error"),
statusObject(status),
error(event, errorFile, callBack),
OpenPOWER on IntegriCloud