Skip to content

Commit 11acb7b

Browse files
Removed unused declarations in 'sourcemap.ts'.
1 parent d7c5e18 commit 11acb7b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/compiler/sourcemap.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ namespace ts {
1414
reset(): void;
1515
}
1616

17-
const nop = <(...args: any[]) => any>Function.prototype;
1817
let nullSourceMapWriter: SourceMapWriter;
1918

2019
export function getNullSourceMapWriter(): SourceMapWriter {

0 commit comments

Comments
 (0)