| Index: mojo/edk/embedder/configuration.h
|
| diff --git a/mojo/edk/embedder/configuration.h b/mojo/edk/embedder/configuration.h
|
| index 4b5618d22cd54041adb46741682b0c8ef183986a..1990fb130dcf0abeb0c54e821c616fb372f590a4 100644
|
| --- a/mojo/edk/embedder/configuration.h
|
| +++ b/mojo/edk/embedder/configuration.h
|
| @@ -27,10 +27,6 @@ struct Configuration {
|
| // Maximum number of active memory mappings. The default is 1,000,000.
|
| size_t max_mapping_table_sze;
|
|
|
| - // Upper limit of |MojoWaitMany()|'s |num_handles|. The default is 1,000,000.
|
| - // Must be same as or smaller than |max_handle_table_size|.
|
| - size_t max_wait_many_num_handles;
|
| -
|
| // Maximum data size of messages sent over message pipes, in bytes. The
|
| // default is 4MB.
|
| size_t max_message_num_bytes;
|
|
|