Index: src/optimizing-compiler-thread.h |
diff --git a/src/optimizing-compiler-thread.h b/src/optimizing-compiler-thread.h |
index 40599fff4f1a331455beb699200f365e40fc3eb5..8cb5e2dd59dec0e26d81984e8d929d3e613ae8c0 100644 |
--- a/src/optimizing-compiler-thread.h |
+++ b/src/optimizing-compiler-thread.h |
@@ -93,7 +93,6 @@ class OptimizingCompilerThread : public Thread { |
Isolate* isolate_; |
Semaphore* stop_semaphore_; |
Semaphore* input_queue_semaphore_; |
- Semaphore* output_queue_semaphore_; |
UnboundQueue<OptimizingCompiler*> input_queue_; |
UnboundQueue<OptimizingCompiler*> output_queue_; |
volatile AtomicWord stop_thread_; |