This commit is contained in:
RUSshy 2021-08-31 18:05:33 +02:00 committed by GitHub
parent 991040491c
commit 0026236658
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -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
//