| Index: src/optimizing-compiler-thread.h
|
| diff --git a/src/optimizing-compiler-thread.h b/src/optimizing-compiler-thread.h
|
| index 2165a4fba20bf74bf6458941be4330fefb633554..d98a8b2b7e75ea25ee800ce5975c4da15b847a75 100644
|
| --- a/src/optimizing-compiler-thread.h
|
| +++ b/src/optimizing-compiler-thread.h
|
| @@ -139,8 +139,6 @@ class OptimizingCompilerThread : public Thread {
|
| TimeDelta time_spent_compiling_;
|
| TimeDelta time_spent_total_;
|
|
|
| - // TODO(yangguo): remove this once the memory leak has been figured out.
|
| - Mutex queue_mutex_;
|
| int osr_hits_;
|
| int osr_attempts_;
|
| };
|
|
|