| Index: mojo/system/handle_table.cc
|
| diff --git a/mojo/system/handle_table.cc b/mojo/system/handle_table.cc
|
| index fc03e2e77f048521fbc1ad25023e3c3a326e87e6..798b6103d202247944409e988f62445e3cc9d731 100644
|
| --- a/mojo/system/handle_table.cc
|
| +++ b/mojo/system/handle_table.cc
|
| @@ -181,9 +181,6 @@ MojoResult HandleTable::MarkBusyAndStartTransport(
|
| return MOJO_RESULT_OK;
|
| }
|
|
|
| -
|
| -//////////////
|
| -
|
| MojoHandle HandleTable::AddDispatcherNoSizeCheck(
|
| const scoped_refptr<Dispatcher>& dispatcher) {
|
| DCHECK(dispatcher);
|
|
|