Remove duplicate helper (#17296)

This commit is contained in:
Andy
2017-07-19 11:23:14 -07:00
committed by GitHub
parent cfa94c2d34
commit d918b8ad4e
3 changed files with 5 additions and 23 deletions

View File

@@ -232,7 +232,7 @@ namespace ts.server {
}
break;
default:
removeItemFromSet(this.containingProjects, project);
unorderedRemoveItem(this.containingProjects, project);
break;
}
}