Index: include/v8.h |
diff --git a/include/v8.h b/include/v8.h |
index d6678c57c5a03ab1eb3e7a937dc1be3a6cc45dcc..8b025ef18c84f1cf9a5858f8bd4f127adf6082a3 100644 |
--- a/include/v8.h |
+++ b/include/v8.h |
@@ -5247,20 +5247,6 @@ class V8_EXPORT Locker { |
~Locker(); |
/** |
- * Start preemption. |
- * |
- * When preemption is started, a timer is fired every n milliseconds |
- * that will switch between multiple threads that are in contention |
- * for the V8 lock. |
- */ |
- static void StartPreemption(Isolate* isolate, int every_n_ms); |
Sven Panne
2013/11/14 10:13:16
While I fully agree that we should remove most of
|
- |
- /** |
- * Stop preemption. |
- */ |
- static void StopPreemption(Isolate* isolate); |
- |
- /** |
* Returns whether or not the locker for a given isolate, is locked by the |
* current thread. |
*/ |