10000 remove commented out code · johnangularjs/TypeScript@c0b507a · GitHub
[go: up one dir, main page]

Skip to content

Commit c0b507a

Browse files
committed
remove commented out code
1 parent b15304f commit c0b507a

File tree

Expand file tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/compiler/emitter.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -593,12 +593,6 @@ module ts {
593593
return "\"" + list.join("\",\"") + "\"";
594594
}
595595
return "";
596-
//var output = "";
597-
//for (var i = 0, n = list.length; i < n; i++) {
598-
// if (i) output += ",";
599-
// output += "\"" + list[i] + "\"";
600-
//}
601-
//return output;
602596
}
603597

604598
function serializeSourceMapContents(version: number, file: string, sourceRoot: string, sources: string[], names: string[], mappings: string) {

0 commit comments

Comments
 (0)
0