Refactor large headers and enforce architecture constraints
This commit is contained in:
@@ -595,10 +595,4 @@ inline json EditorState::processAgentRequest(const json& request,
|
||||
return handleAgentRequest(*this, request, sessionId);
|
||||
}
|
||||
|
||||
|
||||
struct NullLSPTransport : public LSPTransport {
|
||||
void send(const std::string& msg) override { (void)msg; }
|
||||
bool receive(std::string& out) override { (void)out; return false; }
|
||||
bool isOpen() const override { return false; }
|
||||
void close() override {}
|
||||
};
|
||||
#include "state/NullLSPTransport.h"
|
||||
|
||||
Reference in New Issue
Block a user