| Index: ppapi/native_client/src/trusted/plugin/nacl_entry_points.h
|
| diff --git a/ppapi/native_client/src/trusted/plugin/nacl_entry_points.h b/ppapi/native_client/src/trusted/plugin/nacl_entry_points.h
|
| index 8074e5f216c56c7c44ca7592e5ada8b8fa5a74dd..37233944fac68aa18af52c66ca6a901cff9bb7a0 100644
|
| --- a/ppapi/native_client/src/trusted/plugin/nacl_entry_points.h
|
| +++ b/ppapi/native_client/src/trusted/plugin/nacl_entry_points.h
|
| @@ -23,11 +23,8 @@ typedef bool (*LaunchNaClProcessFunc)(PP_Instance instance,
|
|
|
| typedef bool (*StartPpapiProxyFunc)(PP_Instance instance);
|
|
|
| -typedef int (*GetURandomFDFunc)(void);
|
| -
|
|
|
| extern LaunchNaClProcessFunc launch_nacl_process;
|
| extern StartPpapiProxyFunc start_ppapi_proxy;
|
| -extern GetURandomFDFunc get_urandom_fd;
|
|
|
| #endif // NATIVE_CLIENT_SRC_TRUSTED_PLUGIN_NACL_ENTRY_POINTS_H_
|
|
|