Cheaper bumpHandlingTime
[folly.git] / folly / io / async / AsyncTimeout.cpp
index 50399767b1e53bc848bbf27de13d9233c55f678f..6758aec7660737e081f9d1af9d25a554c7642757 100644 (file)
@@ -150,7 +150,7 @@ void AsyncTimeout::libeventCallback(int fd, short events, void* arg) {
   assert((event_ref_flags(&timeout->event_) & ~EVLIST_INTERNAL) == EVLIST_INIT);
 
   // this can't possibly fire if timeout->eventBase_ is nullptr
-  (void) timeout->timeoutManager_->bumpHandlingTime();
+  timeout->timeoutManager_->bumpHandlingTime();
 
   auto old_ctx =
     RequestContext::setContext(timeout->context_);