summaryrefslogtreecommitdiffstats
path: root/include/ipmid-host/cmd.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/ipmid-host/cmd.hpp')
-rw-r--r--include/ipmid-host/cmd.hpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/ipmid-host/cmd.hpp b/include/ipmid-host/cmd.hpp
index adea960..e46c485 100644
--- a/include/ipmid-host/cmd.hpp
+++ b/include/ipmid-host/cmd.hpp
@@ -2,9 +2,5 @@
#include <memory>
#include <sdbusplus/bus.hpp>
-// Need this to use new sdbusplus compatible interfaces
-using sdbusPtr = std::unique_ptr<sdbusplus::bus::bus>;
-extern sdbusPtr& ipmid_get_sdbus_plus_handler();
-
// Global Host Bound Command manager
extern void ipmid_send_cmd_to_host(phosphor::host::command::CommandHandler&&);
OpenPOWER on IntegriCloud