From 4a7194d2df6ef037dec35a4254316aa57c1eb319 Mon Sep 17 00:00:00 2001 From: Jacob Dufault Date: Mon, 4 Dec 2017 09:18:29 -0800 Subject: [PATCH] Remove unused variable --- src/command_line.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/command_line.cc b/src/command_line.cc index dcbcef22..32d15c89 100644 --- a/src/command_line.cc +++ b/src/command_line.cc @@ -2188,7 +2188,6 @@ bool QueryDbMainLoop(Config* config, const NonElidedVector& results, bool is_cached_result) { auto msg = message->As(); - auto ipc = IpcManager::instance(); Out_TextDocumentSignatureHelp out; out.id = msg->id;