Skip to content

Commit fa21865

Browse files
kazutakahirataJDevlieghere
authored andcommitted
[lldb] Fix a warning
This patch fixes: lldb/unittests/Protocol/ProtocolMCPServerTest.cpp:285:14: error: unused variable 'mutex' [-Werror,-Wunused-variable] (cherry picked from commit acf9611)
1 parent 6f2dc0f commit fa21865

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)