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

Unified Diff: native_client_sdk/src/libraries/nacl_io/mount_node_char.h

Issue 23498015: [NaCl SDK] Support non blocking TCP/UDP (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove event friends, rename EventListenerPoll Created 7 years, 3 months 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
Index: native_client_sdk/src/libraries/nacl_io/mount_node_char.h
diff --git a/native_client_sdk/src/libraries/nacl_io/mount_node_char.h b/native_client_sdk/src/libraries/nacl_io/mount_node_char.h
index ebb86166c473525e12ac239d6d9358fda07d0fd5..48ad86fc65ed60001fee3101110851f84b72f7c0 100644
--- a/native_client_sdk/src/libraries/nacl_io/mount_node_char.h
+++ b/native_client_sdk/src/libraries/nacl_io/mount_node_char.h
@@ -14,10 +14,6 @@ class MountNodeCharDevice : public MountNode {
explicit MountNodeCharDevice(Mount* mount) : MountNode(mount) {
stat_.st_mode = S_IFCHR;
}
-
- virtual uint32_t GetEventStatus() {
- return 0;
- }
};
}

Powered by Google App Engine
This is Rietveld 408576698