From 6a73dc17c633bfa150a41354f843c91d805ef795 Mon Sep 17 00:00:00 2001 From: Henning Baldersheim Date: Mon, 12 Oct 2020 19:28:18 +0000 Subject: No longer any need to scope the notify call. Also remove comment on timeout. --- storage/src/vespa/storage/common/storagelink.h | 1 - 1 file changed, 1 deletion(-) (limited to 'storage') diff --git a/storage/src/vespa/storage/common/storagelink.h b/storage/src/vespa/storage/common/storagelink.h index b6460979d81..ee6525c8288 100644 --- a/storage/src/vespa/storage/common/storagelink.h +++ b/storage/src/vespa/storage/common/storagelink.h @@ -198,7 +198,6 @@ public: * Returns the next event from the event queue * @param msg The next event * @param timeout Millisecs to wait if the queue is empty - * (0 = don't wait, -1 = forever) * @return true or false if the queue was empty. */ bool getNext(std::shared_ptr& msg, vespalib::duration timeout); -- cgit v1.2.3