Index: ppapi/native_client/src/trusted/plugin/pnacl_translate_thread.h |
diff --git a/ppapi/native_client/src/trusted/plugin/pnacl_translate_thread.h b/ppapi/native_client/src/trusted/plugin/pnacl_translate_thread.h |
index 1032c1e1f12dad66816c2edb084929aa843cf071..77152e3b83d3b3042b3d064eca5bb32b6e2ebe26 100644 |
--- a/ppapi/native_client/src/trusted/plugin/pnacl_translate_thread.h |
+++ b/ppapi/native_client/src/trusted/plugin/pnacl_translate_thread.h |
@@ -67,10 +67,6 @@ class PnaclTranslateThread { |
int64_t GetCompileTime() const { return compile_time_; } |
private: |
- // Starts an individual llc or ld subprocess used for translation. |
- NaClSubprocess* StartSubprocess(const nacl::string& url, |
- int32_t manifest_id, |
- ErrorInfo* error_info); |
// Helper thread entry point for translation. Takes a pointer to |
// PnaclTranslateThread and calls DoTranslate(). |
static void WINAPI DoTranslateThread(void* arg); |