| Index: mojo/public/cpp/system/functions.h
|
| diff --git a/mojo/public/cpp/system/functions.h b/mojo/public/cpp/system/functions.h
|
| index 9cfe316739d7dba85dbc2b0b9795856dd93c6541..31edf57ab54eddac5e588af018fd8d3cb3456b1d 100644
|
| --- a/mojo/public/cpp/system/functions.h
|
| +++ b/mojo/public/cpp/system/functions.h
|
| @@ -21,12 +21,6 @@ inline MojoTimeTicks GetTimeTicksNow() {
|
| return MojoGetTimeTicksNow();
|
| }
|
|
|
| -// The C++ wrappers for |MojoWait()| and |MojoWaitMany()| are defined in
|
| -// "handle.h".
|
| -// TODO(ggowan): Consider making the C and C++ APIs more consistent in the
|
| -// organization of the functions into different header files (since in the C
|
| -// API, those functions are defined in "functions.h").
|
| -
|
| } // namespace mojo
|
|
|
| #endif // MOJO_PUBLIC_CPP_SYSTEM_FUNCTIONS_H_
|
|
|