aboutsummaryrefslogtreecommitdiff
path: root/mojo/public/cpp/system/functions.h
diff options
context:
space:
mode:
Diffstat (limited to 'mojo/public/cpp/system/functions.h')
-rw-r--r--mojo/public/cpp/system/functions.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/mojo/public/cpp/system/functions.h b/mojo/public/cpp/system/functions.h
index 9cfe316..31edf57 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_