From 12e5e0192038d164d0ee39d147bf2f5bc3149b97 Mon Sep 17 00:00:00 2001 From: Stefan Siegl Date: Thu, 3 Oct 2013 16:57:18 +0200 Subject: [PATCH] Remove Locker from timer thread --- v8js.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/v8js.cc b/v8js.cc index 2f87130..57bb9c5 100644 --- a/v8js.cc +++ b/v8js.cc @@ -737,8 +737,6 @@ static void php_v8js_terminate_execution(php_v8js_ctx *c TSRMLS_DC) static void php_v8js_timer_thread(TSRMLS_D) { while (!V8JSG(timer_stop)) { - v8::Locker locker; - std::chrono::time_point now = std::chrono::high_resolution_clock::now(); v8::HeapStatistics hs;