Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(393)

Unified Diff: net/tools/epoll_server/epoll_server.h

Issue 2562623002: net: remove unused parameter from EpollEvent (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | net/tools/epoll_server/epoll_server.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/tools/epoll_server/epoll_server.h
diff --git a/net/tools/epoll_server/epoll_server.h b/net/tools/epoll_server/epoll_server.h
index b5530998714c6dac89848be84637810a3bffd8b6..61109a0018ce07d3c223764c0fd425ec1d17a0d4 100644
--- a/net/tools/epoll_server/epoll_server.h
+++ b/net/tools/epoll_server/epoll_server.h
@@ -47,7 +47,7 @@ class EpollAlarmCallbackInterface;
class ReadPipeCallback;
struct EpollEvent {
- EpollEvent(int events, bool is_epoll_wait)
+ EpollEvent(int events)
: in_events(events),
out_ready_mask(0) {
}
« no previous file with comments | « no previous file | net/tools/epoll_server/epoll_server.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698