summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNagaraju Goruganti <ngorugan@in.ibm.com>2018-02-21 22:45:11 -0600
committerTom Joseph <tomjoseph@in.ibm.com>2018-02-27 03:50:33 +0000
commit16852b53304e5858eb2f5b278c34365fe8604e89 (patch)
tree9e8f564adce7698206f18d2943d3dc3c578dd93e
parent22be97b3f5331106b3dab8101a0df8392abf3ea2 (diff)
downloadphosphor-host-ipmid-16852b53304e5858eb2f5b278c34365fe8604e89.tar.gz
phosphor-host-ipmid-16852b53304e5858eb2f5b278c34365fe8604e89.zip
Remove unused variables.
Change-Id: I9c8ea4fbf7421ceef1e509cb78dea7136fd0a94b Signed-off-by: Nagaraju Goruganti <ngorugan@in.ibm.com>
-rw-r--r--apphandler.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/apphandler.cpp b/apphandler.cpp
index c452634..e370f0c 100644
--- a/apphandler.cpp
+++ b/apphandler.cpp
@@ -27,10 +27,6 @@
extern sd_bus *bus;
-constexpr auto app_obj = "/org/openbmc/NetworkManager/Interface";
-constexpr auto app_ifc = "org.openbmc.NetworkManager";
-constexpr auto app_nwinterface = "eth0";
-
constexpr auto bmc_interface = "xyz.openbmc_project.Inventory.Item.Bmc";
constexpr auto bmc_guid_interface = "xyz.openbmc_project.Common.UUID";
constexpr auto bmc_guid_property = "UUID";
OpenPOWER on IntegriCloud