From aca174983be5a0d2af08044dd93487908ae6cfe5 Mon Sep 17 00:00:00 2001 From: Ed Tanous Date: Tue, 30 Apr 2024 09:21:52 -0700 Subject: 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 --- redfish-core/lib/redfish_util.hpp | 2 -- 1 file changed, 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 -- cgit v1.2.3