Remove unnecessary clause

This commit is contained in:
martinsumner 2016-11-03 19:39:23 +00:00
parent 341e245c09
commit 49eed55735

View file

@ -762,10 +762,7 @@ maybepush_ledgercache(MaxCacheSize, Cache, Penciller) ->
maybe_withjitter(CacheSize, MaxCacheSize) ->
if
CacheSize > 2 * MaxCacheSize ->
true;
CacheSize > MaxCacheSize ->
T = 2 * MaxCacheSize - CacheSize,
R = random:uniform(CacheSize),