Index: ppapi/native_client/src/trusted/plugin/pnacl_coordinator.cc |
diff --git a/ppapi/native_client/src/trusted/plugin/pnacl_coordinator.cc b/ppapi/native_client/src/trusted/plugin/pnacl_coordinator.cc |
index 27c75c7400dda53d1ca3a704f00b60191cd4cb0f..831ba865ce4d14f592b626f9d3fdb9b3fc07d9a0 100644 |
--- a/ppapi/native_client/src/trusted/plugin/pnacl_coordinator.cc |
+++ b/ppapi/native_client/src/trusted/plugin/pnacl_coordinator.cc |
@@ -129,8 +129,6 @@ PnaclCoordinator* PnaclCoordinator::BitcodeToNative( |
new PnaclCoordinator(plugin, pexe_url, |
pnacl_options, |
translate_notify_callback); |
- PLUGIN_PRINTF(("PnaclCoordinator::BitcodeToNative (manifest_id=%d)\n", |
- coordinator->manifest_id_)); |
coordinator->pnacl_init_time_ = NaClGetTimeOfDayMicroseconds(); |
int cpus = plugin->nacl_interface()->GetNumberOfProcessors(); |
@@ -153,8 +151,6 @@ PnaclCoordinator::PnaclCoordinator( |
plugin_(plugin), |
translate_notify_callback_(translate_notify_callback), |
translation_finished_reported_(false), |
- manifest_id_( |
- GetNaClInterface()->CreatePnaclManifest(plugin->pp_instance())), |
pexe_url_(pexe_url), |
pnacl_options_(pnacl_options), |
architecture_attributes_(GetArchitectureAttributes(plugin)), |
@@ -619,7 +615,6 @@ void PnaclCoordinator::RunTranslate(int32_t pp_error) { |
CHECK(translate_thread_ != NULL); |
translate_thread_->RunTranslate(report_translate_finished, |
- manifest_id_, |
&obj_files_, |
temp_nexe_file_.get(), |
invalid_desc_wrapper_.get(), |