mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-09 07:55:10 -05:00
Removing unused variable.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user