Removed unnecessary checks.
This commit is contained in:
parent
c43d572ad6
commit
0f7f616133
|
@ -188,7 +188,6 @@ proc fail*[T](future: Future[T], error: ref Exception) =
|
|||
future.callbacks.call()
|
||||
|
||||
proc clearCallbacks(future: FutureBase) =
|
||||
if len(future.callbacks) > 0:
|
||||
# ZAH: This could have been a single call to `setLen`
|
||||
var count = len(future.callbacks)
|
||||
while count > 0:
|
||||
|
|
Loading…
Reference in New Issue