Skip to content

Commit babb88a

Browse files
author
Andy
authored
Remove duplicate function (#17807)
1 parent 2729281 commit babb88a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/services/refactors/extractMethod.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -830,10 +830,6 @@ namespace ts.refactor.extractMethod {
830830
}
831831
}
832832

833-
function isModuleBlock(n: Node): n is ModuleBlock {
834-
return n.kind === SyntaxKind.ModuleBlock;
835-
}
836-
837833
function isReadonlyArray(v: any): v is ReadonlyArray<any> {
838834
return isArray(v);
839835
}

0 commit comments

Comments
 (0)