Skip to content

Commit e96facd

Browse files
timursevimlitshemsedinov
authored andcommitted
Removed dead code
1 parent bc5c05a commit e96facd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

JavaScript/9-thenable.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ const fs = require('node:fs');
44

55
class Thenable {
66
constructor() {
7-
this.thenHandler = null;
87
this.next = null;
98
}
109

0 commit comments

Comments
 (0)