Skip to content

Commit f26b99a

Browse files
committed
Remove the useless constructor
1 parent b20b972 commit f26b99a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/core/federation.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -291,10 +291,6 @@ function isANodeJSCodedError(e: Error): e is NodeJSCodedError {
291291
* A network sender is a reactor containing a portAbsentReaction.
292292
*/
293293
export class NetworkSender extends Reactor {
294-
constructor(parent: Reactor) {
295-
super(parent);
296-
}
297-
298294
/**
299295
* This function is for NetworkSender reactors.
300296
* The last reaction of a NetworkSender reactor is 'portAbsentReactor'.

0 commit comments

Comments
 (0)