Skip to content

Commit 10fc24e

Browse files
kazutakahirataAnthony Tran
authored andcommitted
[lldb] Remove an unused local variable (NFC) (llvm#145212)
1 parent 49fb26c commit 10fc24e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lldb/source/Plugins/Protocol/MCP/ProtocolServerMCP.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,6 @@ llvm::Error ProtocolServerMCP::Start(ProtocolServer::Connection connection) {
156156
if (status.Fail())
157157
return status.takeError();
158158

159-
std::string address =
160-
llvm::join(m_listener->GetListeningConnectionURI(), ", ");
161159
auto handles =
162160
m_listener->Accept(m_loop, std::bind(&ProtocolServerMCP::AcceptCallback,
163161
this, std::placeholders::_1));

0 commit comments

Comments
 (0)