Committed by
Sho Shimizu
Remove unused method
Change-Id: Ie0f340b750bc8b2eb36d334446857d73129b713b
Showing
1 changed file
with
0 additions
and
4 deletions
... | @@ -64,10 +64,6 @@ final class ContinuousResourceAllocation { | ... | @@ -64,10 +64,6 @@ final class ContinuousResourceAllocation { |
64 | return request.value() <= left; | 64 | return request.value() <= left; |
65 | } | 65 | } |
66 | 66 | ||
67 | - ContinuousResource original() { | ||
68 | - return original; | ||
69 | - } | ||
70 | - | ||
71 | ImmutableList<ResourceAllocation> allocations() { | 67 | ImmutableList<ResourceAllocation> allocations() { |
72 | return allocations; | 68 | return allocations; |
73 | } | 69 | } | ... | ... |
-
Please register or login to post a comment