| Index: src/public/imc_syscalls.h
|
| diff --git a/src/public/imc_syscalls.h b/src/public/imc_syscalls.h
|
| index b7ae276a7bb956a2c64154fc603a2f1151fb0954..68041fec2711612c584c3fb735e5087fa91330b4 100644
|
| --- a/src/public/imc_syscalls.h
|
| +++ b/src/public/imc_syscalls.h
|
| @@ -108,16 +108,6 @@ extern int imc_mem_obj_create(size_t nbytes);
|
| */
|
| extern int imc_socketpair(int pair[2]);
|
|
|
| -/**
|
| - * @nacl
|
| - * Set or get the name service connection capability.
|
| - *
|
| - * @param name_desc_in_out If not -1, the name service connection
|
| - * capability is set to this value; if it is -1, then it is set to the
|
| - * current connection capability value.
|
| - */
|
| -extern int nacl_nameservice(int *name_desc_in_out);
|
| -
|
| #ifdef __cplusplus
|
| }
|
| #endif
|
|
|