From 0026236658cd14829099fb91762de833c6bc2b3c Mon Sep 17 00:00:00 2001 From: RUSshy <18348637+RUSshy@users.noreply.github.com> Date: Tue, 31 Aug 2021 18:05:33 +0200 Subject: [PATCH] Cleanup --- src/dcd/server/autocomplete/util.d | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/dcd/server/autocomplete/util.d b/src/dcd/server/autocomplete/util.d index a4f0017..c4e256d 100644 --- a/src/dcd/server/autocomplete/util.d +++ b/src/dcd/server/autocomplete/util.d @@ -758,8 +758,6 @@ AutocompleteResponse.Completion makeSymbolCompletionInfo(const DSymbol* symbol, string definition; if ((kind == CompletionKind.variableName || kind == CompletionKind.memberVariableName) && symbol.type) { - const(DSymbol)* s = symbol; - // if using auto as variable declaration, then the type will be the function name // so let's get what the function symbol points to to get the actual type //