Skip to content

Commit

Permalink
[hotfix] Remove unused SlotPoolImpl.get(SlotRequestId)
Browse files Browse the repository at this point in the history
  • Loading branch information
tillrohrmann committed Jun 22, 2020
1 parent 05f7d3e commit de8a385
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1093,10 +1093,6 @@ AllocatedSlot get(final AllocationID allocationID) {
return allocatedSlotsById.getValueByKeyA(allocationID);
}

AllocatedSlot get(final SlotRequestId slotRequestId) {
return allocatedSlotsById.getValueByKeyB(slotRequestId);
}

/**
* Check whether we have allocated this slot.
*
Expand Down

0 comments on commit de8a385

Please sign in to comment.