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

Unified Diff: mojo/public/c/system/thunks.cc

Issue 2750273002: Revert of Mojo EDK: Introduce MojoQueryHandleSignalsState API (Closed)
Patch Set: Created 3 years, 9 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
« no previous file with comments | « mojo/public/c/system/thunks.h ('k') | mojo/public/cpp/system/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/c/system/thunks.cc
diff --git a/mojo/public/c/system/thunks.cc b/mojo/public/c/system/thunks.cc
index 877ab8fe3602746f744be61fe6b63a90ffdf2765..1e92954a51c30b21bbde49c334aca6557896e727 100644
--- a/mojo/public/c/system/thunks.cc
+++ b/mojo/public/c/system/thunks.cc
@@ -20,13 +20,6 @@
MojoResult MojoClose(MojoHandle handle) {
assert(g_thunks.Close);
return g_thunks.Close(handle);
-}
-
-MojoResult MojoQueryHandleSignalsState(
- MojoHandle handle,
- struct MojoHandleSignalsState* signals_state) {
- assert(g_thunks.QueryHandleSignalsState);
- return g_thunks.QueryHandleSignalsState(handle, signals_state);
}
MojoResult MojoWait(MojoHandle handle,
« no previous file with comments | « mojo/public/c/system/thunks.h ('k') | mojo/public/cpp/system/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698