summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2017-11-13 07:42:06 -0800
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2017-11-14 13:28:52 +0000
commitb831c012b1c846c1b3b54bfa70fc38965afc3302 (patch)
treeb554067f585ecd8071a2523dd3ceeef6abe16365
parent894571d9a2a7b0ab1504c6f66e5e0b1a72a5d702 (diff)
downloadphosphor-host-ipmid-b831c012b1c846c1b3b54bfa70fc38965afc3302.tar.gz
phosphor-host-ipmid-b831c012b1c846c1b3b54bfa70fc38965afc3302.zip
transporthandler: minor cleanup unused variables
Simple cleanup to remove obj, ifc, and nwinterface varibles likely holdovers from before the refactor to using util methods. Change-Id: Icf55cdcbe8cb75a08d1d32df4f23112b142bf55b Signed-off-by: Patrick Venture <venture@google.com>
-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