mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-06 11:54:44 -06:00
Removing unused variable.
This commit is contained in:
parent
be56670ddf
commit
5318bab517
@ -384,7 +384,6 @@ module ts {
|
||||
var nextChar = text.charCodeAt(pos + 1);
|
||||
if (nextChar === CharacterCodes.slash || nextChar === CharacterCodes.asterisk) {
|
||||
var startPos = pos;
|
||||
var comment: string = undefined;
|
||||
pos += 2;
|
||||
if (nextChar === CharacterCodes.slash) {
|
||||
while (pos < text.length) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user