Skip to content

Commit 62e10cc

Browse files
committed
fix: remove unused code
1 parent 612a3a8 commit 62e10cc

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/try.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ interface ITry<A> {
1111
readonly [Symbol.toStringTag]: string;
1212
}
1313

14-
new Promise(() => {}).finally;
15-
1614
export class Success<A> implements ITry<A> {
1715
readonly ok = true;
1816

0 commit comments

Comments
 (0)