Skip to content

Commit 7b0d664

Browse files
committed
Remove unused check
1 parent 060f2a8 commit 7b0d664

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/services/services.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4061,7 +4061,6 @@ namespace ts {
40614061
return undefined;
40624062
}
40634063

4064-
isNameOfExternalModuleImportOrDeclaration
40654064
const argumentInfo = SignatureHelp.getContainingArgumentInfo(node, position, sourceFile);
40664065
if (argumentInfo) {
40674066
return getStringLiteralCompletionEntriesFromCallExpression(argumentInfo);

0 commit comments

Comments
 (0)