Remove SdBusError reference
It was unused. Also, SdBusError is an internal sdbusplus exception and
shouldn't be caught in client code.
Signed-off-by: Matt Spinler <spinler@us.ibm.com>
Change-Id: I3ff94b2f9beaa95a035bcbde1015c1fa34072f5f
diff --git a/association_manager.cpp b/association_manager.cpp
index 974b02c..cccfdd8 100644
--- a/association_manager.cpp
+++ b/association_manager.cpp
@@ -14,7 +14,6 @@
namespace associations
{
using namespace phosphor::logging;
-using sdbusplus::exception::SdBusError;
namespace fs = std::filesystem;
Manager::Manager(sdbusplus::bus::bus& bus, const std::string& jsonPath) :