Skip to content

Commit 3a0f3a2

Browse files
committed
Remove extraneous assignments
1 parent 5b8ecaf commit 3a0f3a2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/services/completions.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -904,7 +904,6 @@ namespace ts.Completions {
904904
}
905905
isMemberCompletion = true;
906906
isNewIdentifierLocation = false;
907-
isGlobalCompletion = false;
908907
}
909908
else if (isStartingCloseTag) {
910909
const tagName = (<JsxElement>contextToken.parent.parent).openingElement.tagName;
@@ -915,7 +914,6 @@ namespace ts.Completions {
915914
}
916915
isMemberCompletion = true;
917916
isNewIdentifierLocation = false;
918-
isGlobalCompletion = false;
919917
}
920918
else {
921919
// For JavaScript or TypeScript, if we're not after a dot, then just try to get the

0 commit comments

Comments
 (0)