Skip to content

Commit 05d7c23

Browse files
inger-natshemsedinov
authored andcommitted
remove dead code
1 parent 54df570 commit 05d7c23

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

JavaScript/a-thenable.js

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ const fs = require('fs');
44

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

0 commit comments

Comments
 (0)