summaryrefslogtreecommitdiff
path: root/src
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 /src
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 'src')
-rw-r--r--src/webserver_run.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/webserver_run.cpp b/src/webserver_run.cpp
index 2f28e16818..3c1c615539 100644
--- a/src/webserver_run.cpp
+++ b/src/webserver_run.cpp
@@ -76,7 +76,6 @@ int run()
#ifdef BMCWEB_ENABLE_IBM_MANAGEMENT_CONSOLE
crow::ibm_mc::requestRoutes(app);
- crow::ibm_mc_lock::Lock::getInstance();
#endif
#ifdef BMCWEB_ENABLE_GOOGLE_API