Skip to content

Commit

Permalink
Remove no-op assignment in ConnectionBase.d
Browse files Browse the repository at this point in the history
  • Loading branch information
dkorpel authored and Geod24 committed Jan 14, 2025
1 parent 5804f3e commit f6ee012
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/swarm/neo/connection/ConnectionBase.d
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,6 @@ abstract class ConnectionBase: ISelectClient
{
this.socket = socket;
this.epoll = epoll;
this.no_delay = no_delay;
this.protocol_error_ = new ProtocolError;
this.parser.e = this.protocol_error_;
this.receiver = new MessageReceiver(this.socket, this.protocol_error_);
Expand Down

0 comments on commit f6ee012

Please sign in to comment.