Remove unused variables
Using clang-tidy, it was detected that some variables are no longer
in use. This commit remove unused variables.
Signed-off-by: George Liu <liuxiwei@ieisystem.com>
Change-Id: I382e6ce07e66dc5ad082be9b36d217a037e609b5
diff --git a/selutility.hpp b/selutility.hpp
index 3c9b098..29f925a 100644
--- a/selutility.hpp
+++ b/selutility.hpp
@@ -19,6 +19,7 @@
static constexpr auto mapperObjPath = "/xyz/openbmc_project/object_mapper";
static constexpr auto mapperIntf = "xyz.openbmc_project.ObjectMapper";
+static constexpr auto logWatchPath = "/xyz/openbmc_project/logging";
static constexpr auto logBasePath = "/xyz/openbmc_project/logging/entry";
static constexpr auto logEntryIntf = "xyz.openbmc_project.Logging.Entry";
static constexpr auto logDeleteIntf = "xyz.openbmc_project.Object.Delete";