Index: include/v8.h |
diff --git a/include/v8.h b/include/v8.h |
index f0b627e7b79c16c05f5c64beedb572587889291e..8b025ef18c84f1cf9a5858f8bd4f127adf6082a3 100644 |
--- a/include/v8.h |
+++ b/include/v8.h |
@@ -5246,12 +5246,6 @@ class V8_EXPORT Locker { |
~Locker(); |
- V8_DEPRECATED("This will be remvoed.", |
- static void StartPreemption(Isolate *isolate, int every_n_ms)); |
- |
- V8_DEPRECATED("This will be removed", |
- static void StopPreemption(Isolate* isolate)); |
- |
/** |
* Returns whether or not the locker for a given isolate, is locked by the |
* current thread. |