We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4d37d8 commit 975d4dfCopy full SHA for 975d4df
lldb/source/Plugins/Protocol/MCP/ProtocolServerMCP.cpp
@@ -156,8 +156,6 @@ llvm::Error ProtocolServerMCP::Start(ProtocolServer::Connection connection) {
156
if (status.Fail())
157
return status.takeError();
158
159
- std::string address =
160
- llvm::join(m_listener->GetListeningConnectionURI(), ", ");
161
auto handles =
162
m_listener->Accept(m_loop, std::bind(&ProtocolServerMCP::AcceptCallback,
163
this, std::placeholders::_1));
0 commit comments