| Index: nacl_bindings/mojo_syscall.h
|
| diff --git a/nacl_bindings/mojo_syscall.h b/nacl_bindings/mojo_syscall.h
|
| index 700d1912161f8dc61923f0cad7dda516bbcf4c68..d00c6fb9f100ad779394be1ee9b35a500ee4dcaf 100644
|
| --- a/nacl_bindings/mojo_syscall.h
|
| +++ b/nacl_bindings/mojo_syscall.h
|
| @@ -14,11 +14,6 @@
|
| // other processes.
|
| void InjectMojo(struct NaClApp* nap, MojoHandle handle);
|
|
|
| -// Injects a NaClDesc for Mojo support. This provides the implementation of the
|
| -// Mojo system API outside the NaCl sandbox.
|
| -// TODO(teravest): Remove this once it is no longer called.
|
| -void InjectMojo(struct NaClApp* nap);
|
| -
|
| // Injects a "disabled" NaClDesc for Mojo support. This is to make debugging
|
| // more straightforward in the case where Mojo is not enabled for NaCl plugins.
|
| void InjectDisabledMojo(struct NaClApp* nap);
|
|
|