summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--transporthandler.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/transporthandler.cpp b/transporthandler.cpp
index 77c3849..b62bf9c 100644
--- a/transporthandler.cpp
+++ b/transporthandler.cpp
@@ -21,12 +21,6 @@
#include <mapper.h>
#endif
-// OpenBMC System Manager dbus framework
-const char *obj = "/org/openbmc/NetworkManager/Interface";
-const char *ifc = "org.openbmc.NetworkManager";
-
-const char *nwinterface = "eth0";
-
const int SIZE_MAC = 18; //xx:xx:xx:xx:xx:xx
struct ChannelConfig_t channelConfig;
OpenPOWER on IntegriCloud