Removed unused declarations in 'sourcemap.ts'.

This commit is contained in:
Daniel Rosenwasser
2015-12-17 14:54:19 -08:00
parent d7c5e18cb3
commit 11acb7bf16

View File

@@ -14,7 +14,6 @@ namespace ts {
reset(): void;
}
const nop = <(...args: any[]) => any>Function.prototype;
let nullSourceMapWriter: SourceMapWriter;
export function getNullSourceMapWriter(): SourceMapWriter {