Skip to content

Commit 7b8c0db

Browse files
committed
Workaround cpplint bug cpplint/cpplint#131
1 parent 9a9f96c commit 7b8c0db

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

cpp/src/worker.cpp

+1-4
Original file line numberDiff line numberDiff line change
@@ -427,10 +427,7 @@ void Worker::clearFuturesPool() { THROW_FUTURE_NOT_IMPLEMENTED(); }
427427

428428
std::shared_ptr<Future> Worker::getFuture() { THROW_FUTURE_NOT_IMPLEMENTED(); }
429429

430-
RequestNotifierWaitState Worker::waitRequestNotifier(uint64_t periodNs)
431-
{
432-
THROW_FUTURE_NOT_IMPLEMENTED();
433-
}
430+
RequestNotifierWaitState Worker::waitRequestNotifier(uint64_t) { THROW_FUTURE_NOT_IMPLEMENTED(); }
434431

435432
void Worker::runRequestNotifier() { THROW_FUTURE_NOT_IMPLEMENTED(); }
436433

0 commit comments

Comments
 (0)