Remove unused check

This commit is contained in:
Mohamed Hegazy
2016-05-02 16:44:11 -07:00
parent 060f2a8563
commit 7b0d664394
-1
View File
@@ -4061,7 +4061,6 @@ namespace ts {
return undefined;
}
isNameOfExternalModuleImportOrDeclaration
const argumentInfo = SignatureHelp.getContainingArgumentInfo(node, position, sourceFile);
if (argumentInfo) {
return getStringLiteralCompletionEntriesFromCallExpression(argumentInfo);