From 56d0bb068b69c5b8853e44d7af179030adcacd64 Mon Sep 17 00:00:00 2001 From: Sunitha Harish Date: Sat, 6 Apr 2024 03:35:34 -0500 Subject: 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 Signed-off-by: Ed Tanous --- src/webserver_run.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.3