summaryrefslogtreecommitdiffstats
path: root/softoff/softoff.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'softoff/softoff.cpp')
-rw-r--r--softoff/softoff.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/softoff/softoff.cpp b/softoff/softoff.cpp
index bd6a72d..11298ab 100644
--- a/softoff/softoff.cpp
+++ b/softoff/softoff.cpp
@@ -19,11 +19,6 @@ namespace phosphor
namespace ipmi
{
-// Need this to send SMS_ATTN
-constexpr auto HOST_IPMI_BUS = "org.openbmc.HostIpmi";
-constexpr auto HOST_IPMI_OBJ = "/org/openbmc/HostIpmi/1";
-constexpr auto HOST_IPMI_INTF = "org.openbmc.HostIpmi";
-
/** @brief Send the SMS_ATN to host if value is set */
void SoftPowerOff::sendSMSAttn()
{
@@ -38,5 +33,6 @@ void SoftPowerOff::sendSMSAttn()
return;
}
+
} // namespace ipmi
} // namespace phosphor
OpenPOWER on IntegriCloud