Remove unused variables.

Change-Id: I9c8ea4fbf7421ceef1e509cb78dea7136fd0a94b
Signed-off-by: Nagaraju Goruganti <ngorugan@in.ibm.com>
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";