Skip to content

Commit acf9611

Browse files
[lldb] Fix a warning
This patch fixes: lldb/unittests/Protocol/ProtocolMCPServerTest.cpp:285:14: error: unused variable 'mutex' [-Werror,-Wunused-variable]
1 parent 3c4bad0 commit acf9611

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lldb/unittests/Protocol/ProtocolMCPServerTest.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,6 @@ TEST_F(ProtocolServerMCPTest, ToolsCallFail) {
282282
TEST_F(ProtocolServerMCPTest, NotificationInitialized) {
283283
bool handler_called = false;
284284
std::condition_variable cv;
285-
std::mutex mutex;
286285

287286
server_up->AddNotificationHandler(
288287
"notifications/initialized",

0 commit comments

Comments
 (0)