Skip to content

Commit

Permalink
[hotfix][network] Removed unused method in LocalInputChannel
Browse files Browse the repository at this point in the history
  • Loading branch information
pnowojski committed Jun 7, 2021
1 parent 11301c2 commit aca5d81
Showing 1 changed file with 0 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,28 +72,6 @@ public class LocalInputChannel extends InputChannel implements BufferAvailabilit

private final ChannelStatePersister channelStatePersister;

public LocalInputChannel(
SingleInputGate inputGate,
int channelIndex,
ResultPartitionID partitionId,
ResultPartitionManager partitionManager,
TaskEventPublisher taskEventPublisher,
Counter numBytesIn,
Counter numBuffersIn) {

this(
inputGate,
channelIndex,
partitionId,
partitionManager,
taskEventPublisher,
0,
0,
numBytesIn,
numBuffersIn,
ChannelStateWriter.NO_OP);
}

public LocalInputChannel(
SingleInputGate inputGate,
int channelIndex,
Expand Down

0 comments on commit aca5d81

Please sign in to comment.