We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a9f96c commit 7b8c0dbCopy full SHA for 7b8c0db
cpp/src/worker.cpp
@@ -427,10 +427,7 @@ void Worker::clearFuturesPool() { THROW_FUTURE_NOT_IMPLEMENTED(); }
427
428
std::shared_ptr<Future> Worker::getFuture() { THROW_FUTURE_NOT_IMPLEMENTED(); }
429
430
-RequestNotifierWaitState Worker::waitRequestNotifier(uint64_t periodNs)
431
-{
432
- THROW_FUTURE_NOT_IMPLEMENTED();
433
-}
+RequestNotifierWaitState Worker::waitRequestNotifier(uint64_t) { THROW_FUTURE_NOT_IMPLEMENTED(); }
434
435
void Worker::runRequestNotifier() { THROW_FUTURE_NOT_IMPLEMENTED(); }
436
0 commit comments