summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEd Tanous <ed@tanous.net>2024-04-30 19:21:52 +0300
committerEd Tanous <ed@tanous.net>2024-04-30 19:35:26 +0300
commitaca174983be5a0d2af08044dd93487908ae6cfe5 (patch)
treeb6cd2166ac7409fcfe3478cbf42e69515396524e
parent88c7c427916c9baed4393ecf586980d36d7719fd (diff)
downloadbmcweb-aca174983be5a0d2af08044dd93487908ae6cfe5.tar.xz
Remove One chassis option
The One chassis option has been gone for a long time, but this ifdef looks like it got missed. Remove it. Tested: code compiles. Change-Id: I013e824806e72bc608ae4383ce4ba707641aeec6 Signed-off-by: Ed Tanous <ed@tanous.net>
-rw-r--r--redfish-core/lib/redfish_util.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/redfish-core/lib/redfish_util.hpp b/redfish-core/lib/redfish_util.hpp
index 5d8c0e6670..8fe2bbc400 100644
--- a/redfish-core/lib/redfish_util.hpp
+++ b/redfish-core/lib/redfish_util.hpp
@@ -14,7 +14,6 @@
// limitations under the License.
*/
#pragma once
-#ifndef BMCWEB_ENABLE_REDFISH_ONE_CHASSIS
#include "async_resp.hpp"
#include "dbus_utility.hpp"
@@ -257,4 +256,3 @@ void getPortNumber(const std::string& socketPath, CallbackFunc&& callback)
}
} // namespace redfish
-#endif