summaryrefslogtreecommitdiffstats
path: root/storage
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2020-10-12 19:28:18 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2020-10-12 19:28:18 +0000
commit6a73dc17c633bfa150a41354f843c91d805ef795 (patch)
treef439f8505192b0ea88d04f0233e54fb315986b7b /storage
parente072003cb1cc8d863ed0766fac78e6fb46b80176 (diff)
No longer any need to scope the notify call. Also remove comment on timeout.
Diffstat (limited to 'storage')
-rw-r--r--storage/src/vespa/storage/common/storagelink.h1
1 files changed, 0 insertions, 1 deletions
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<api::StorageMessage>& msg, vespalib::duration timeout);