Skip to content

Commit dc9f1c6

Browse files
gengjiawenBethGriggs
authored andcommitted
src: remove unused function in cares_wrap.cc
PR-URL: #26429 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 77eae4e commit dc9f1c6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/cares_wrap.cc

-2
Original file line numberDiff line numberDiff line change
@@ -163,9 +163,7 @@ class ChannelWrap : public AsyncWrap {
163163

164164
inline uv_timer_t* timer_handle() { return timer_handle_; }
165165
inline ares_channel cares_channel() { return channel_; }
166-
inline bool query_last_ok() const { return query_last_ok_; }
167166
inline void set_query_last_ok(bool ok) { query_last_ok_ = ok; }
168-
inline bool is_servers_default() const { return is_servers_default_; }
169167
inline void set_is_servers_default(bool is_default) {
170168
is_servers_default_ = is_default;
171169
}

0 commit comments

Comments
 (0)