Dead code in DecoderUtils.addEntityInfo
pwrose opened this issue · 0 comments
pwrose commented
This seems to be dead code:
String[] chainIdList = new String[dataApi.getEntityChainIndexList(i).length];
int counter = 0;
for (int chainInd : dataApi.getEntityChainIndexList(i)) {
chainIdList[counter] = dataApi.getChainIds()[chainInd];
counter++;
}