| 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,
|
|
|