提交 d19d7479 编写于 作者: Z Zhijiang 提交者: zhijiang

[hotfix][network] Cleanup the unused method from SingleInputGate

The method SingleInputGate#getConsumedResultId is never used, so remove it to cleanup the codes.
上级 556c6d22
......@@ -254,10 +254,6 @@ public class SingleInputGate extends InputGate {
return numberOfInputChannels;
}
public IntermediateDataSetID getConsumedResultId() {
return consumedResultId;
}
/**
* Returns the type of this input channel's consumed result partition.
*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册