summaryrefslogtreecommitdiff
path: root/redfish-core/src/redfish.cpp
diff options
context:
space:
mode:
authorEd Tanous <ed@tanous.net>2024-04-03 23:25:04 +0300
committerEd Tanous <ed@tanous.net>2024-04-17 20:44:22 +0300
commitf51393349eeb88f0d07a1800f1247f5b724b7049 (patch)
treec6844ea8ee5f53398d29889fa2679b895cb1447e /redfish-core/src/redfish.cpp
parent8e157735e0655f216bd901e299e6b98329cbee26 (diff)
downloadbmcweb-f51393349eeb88f0d07a1800f1247f5b724b7049.tar.xz
Refactor UpdateService
Similar to other refactorings we've been doing, make UpdateService call into methods instead of inline lambdas. Tested: Redfish service validator passes. Structural changes only. Change-Id: I96b6db5e14fa0f7d357fb0faf63d0457b7963581 Signed-off-by: Ed Tanous <ed@tanous.net>
Diffstat (limited to 'redfish-core/src/redfish.cpp')
-rw-r--r--redfish-core/src/redfish.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/redfish-core/src/redfish.cpp b/redfish-core/src/redfish.cpp
index 58d7ddd19c..b948ed5dac 100644
--- a/redfish-core/src/redfish.cpp
+++ b/redfish-core/src/redfish.cpp
@@ -95,11 +95,6 @@ RedfishService::RedfishService(App& app)
requestRoutesDrive(app);
requestRoutesCable(app);
requestRoutesCableCollection(app);
-#ifdef BMCWEB_INSECURE_ENABLE_REDFISH_FW_TFTP_UPDATE
- requestRoutesUpdateServiceActionsSimpleUpdate(app);
-#endif
- requestRoutesSoftwareInventoryCollection(app);
- requestRoutesSoftwareInventory(app);
requestRoutesSystemLogServiceCollection(app);
requestRoutesEventLogService(app);