summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorEd Tanous <edtanous@google.com>2023-05-15 22:44:27 +0300
committerEd Tanous <ed@tanous.net>2023-05-19 19:33:34 +0300
commit4a40441f944aaff8d7bb2040e4d88ebfcebbab11 (patch)
treeba73990635d35a2872b4cdf2e7c85dca6ecd4012 /meson.build
parente6feae518c5a153af2dc64d3810fd029f0875366 (diff)
downloadbmcweb-4a40441f944aaff8d7bb2040e4d88ebfcebbab11.tar.xz
Remove redfish-post-to-old-updateservice
It is now Q2 2023, and this option has been deprecated. Maintainers have not had any reports of this behavior breaking people. Tested: Code delete only. Code compiles. Change-Id: I9c1fe26e497806c6bc602fb019bafe0fc80d7619 Signed-off-by: Ed Tanous <edtanous@google.com>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 152a2fd550..05e5e2effa 100644
--- a/meson.build
+++ b/meson.build
@@ -83,7 +83,6 @@ feature_map = {
'redfish-new-powersubsystem-thermalsubsystem' : '-DBMCWEB_NEW_POWERSUBSYSTEM_THERMALSUBSYSTEM',
'redfish-oem-manager-fan-data' : '-DBMCWEB_ENABLE_REDFISH_OEM_MANAGER_FAN_DATA',
'redfish-provisioning-feature' : '-DBMCWEB_ENABLE_REDFISH_PROVISIONING_FEATURE',
- 'redfish-post-to-old-updateservice' : '-DBMCWEB_ENABLE_REDFISH_UPDATESERVICE_OLD_POST_URL',
'redfish' : '-DBMCWEB_ENABLE_REDFISH',
'rest' : '-DBMCWEB_ENABLE_DBUS_REST',
'session-auth' : '-DBMCWEB_ENABLE_SESSION_AUTHENTICATION',