Skip to content

Commit 4f652af

Browse files
kazutakahiratagithub-actions[bot]
authored andcommitted
Automerge: [lldb] Fix a warning
This patch fixes: lldb/unittests/Protocol/ProtocolMCPServerTest.cpp:285:14: error: unused variable 'mutex' [-Werror,-Wunused-variable]
2 parents e418d58 + acf9611 commit 4f652af

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)