Cleanup
This commit is contained in:
parent
991040491c
commit
0026236658
|
|
@ -758,8 +758,6 @@ AutocompleteResponse.Completion makeSymbolCompletionInfo(const DSymbol* symbol,
|
||||||
string definition;
|
string definition;
|
||||||
if ((kind == CompletionKind.variableName || kind == CompletionKind.memberVariableName) && symbol.type)
|
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
|
// 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
|
// so let's get what the function symbol points to to get the actual type
|
||||||
//
|
//
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue