summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorSunitha Harish <sunithaharish04@gmail.com>2024-04-06 11:35:34 +0300
committerEd Tanous <ed@tanous.net>2024-04-18 18:40:57 +0300
commit56d0bb068b69c5b8853e44d7af179030adcacd64 (patch)
treee769e86e2ccc3a76cd2930130e7cc4f6eeeecca6 /meson.build
parent8db83747b6ea72de30ac83f19578ecc37489b13d (diff)
downloadbmcweb-56d0bb068b69c5b8853e44d7af179030adcacd64.tar.xz
Remove ibm locks feature
This feature was introduced to manage the operation sync at BMC while multiple clients manage the BMC. This feature scope has gone away and it is not a simple code to maintain as per the growing standards of bmcweb. This commit removes the feature from this repo. Tested by: Locks routes are not available anymore Change-Id: I257225cfb1f43d7d5dadb21a28a2ee5345c5112a Signed-off-by: Sunitha Harish <sunithaharish04@gmail.com> Signed-off-by: Ed Tanous <ed@tanous.net>
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 a965b7ff43..ee8a91f500 100644
--- a/meson.build
+++ b/meson.build
@@ -464,7 +464,6 @@ srcfiles_unittest = files(
'test/include/http_utility_test.cpp',
'test/include/human_sort_test.cpp',
'test/include/ibm/configfile_test.cpp',
- 'test/include/ibm/lock_test.cpp',
'test/include/json_html_serializer.cpp',
'test/include/multipart_test.cpp',
'test/include/openbmc_dbus_rest_test.cpp',