| Index: ppapi/native_client/src/trusted/plugin/pnacl_coordinator.h
|
| diff --git a/ppapi/native_client/src/trusted/plugin/pnacl_coordinator.h b/ppapi/native_client/src/trusted/plugin/pnacl_coordinator.h
|
| index 058f9ac4b8769192c7b59b0c5d90d277717f968e..1e6ec8d7c9d37e0fba31ec64c1e0319fe4db2c10 100644
|
| --- a/ppapi/native_client/src/trusted/plugin/pnacl_coordinator.h
|
| +++ b/ppapi/native_client/src/trusted/plugin/pnacl_coordinator.h
|
| @@ -201,9 +201,6 @@ class PnaclCoordinator: public CallbackSource<FileStreamData> {
|
| pp::CompletionCallbackFactory<PnaclCoordinator,
|
| pp::ThreadSafeThreadTraits> callback_factory_;
|
|
|
| - // The manifest used by resource loading and ld + llc's reverse service
|
| - // to look up objects and libraries.
|
| - int32_t manifest_id_;
|
| // An auxiliary class that manages downloaded resources (llc and ld nexes).
|
| nacl::scoped_ptr<PnaclResources> resources_;
|
|
|
|
|