Minor.
GitOrigin-RevId: 9ce34cfb96d0a86a71d95f1d12d8365d268285e0
This commit is contained in:
parent
38ef3a75cc
commit
8049a55081
@ -10,8 +10,8 @@
|
||||
#include "td/utils/misc.h"
|
||||
#include "td/utils/port/detail/Iocp.h"
|
||||
#include "td/utils/port/detail/NativeFd.h"
|
||||
#include "td/utils/port/PollFlags.h"
|
||||
#include "td/utils/port/detail/PollableFd.h"
|
||||
#include "td/utils/port/PollFlags.h"
|
||||
#include "td/utils/port/thread.h"
|
||||
#include "td/utils/ScopeGuard.h"
|
||||
#include "td/utils/Slice.h"
|
||||
|
@ -90,9 +90,6 @@ class PollableFdInfo : private ListNode {
|
||||
void clear_flags(PollFlags flags) {
|
||||
flags_.clear_flags(flags);
|
||||
}
|
||||
//PollFlags get_flags() const {
|
||||
//return flags_.read_flags();
|
||||
//}
|
||||
PollFlags sync_with_poll() const {
|
||||
return flags_.read_flags();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user