Merge pull request #1475 from atn34/fix-open-for-ide-linux-error
Fix unused-variable warning in linux-only code
This commit is contained in:
commit
aaa53b9c6a
|
@ -639,7 +639,7 @@ private:
|
|||
|
||||
ACTOR static void poll( Reference<IEventFD> ev ) {
|
||||
loop {
|
||||
int64_t evfd_count = wait( ev->read() );
|
||||
wait(success(ev->read()));
|
||||
|
||||
wait(delay(0, TaskDiskIOComplete));
|
||||
|
||||
|
|
Loading…
Reference in New Issue