Index: include/v8.h |
diff --git a/include/v8.h b/include/v8.h |
index 6ce2df1160104396dce6d977118acadb59b39f01..1b1ab19c74d203e45474f0eb3a37242246722994 100644 |
--- a/include/v8.h |
+++ b/include/v8.h |
@@ -5348,13 +5348,6 @@ class V8_EXPORT Isolate { |
void RequestInterrupt(InterruptCallback callback, void* data); |
/** |
- * Clear interrupt request created by |RequestInterrupt|. |
- * Can be called from another thread without acquiring a |Locker|. |
- */ |
- V8_DEPRECATED("There's no way to clear interrupts in flight.", |
- void ClearInterrupt()); |
- |
- /** |
* Request garbage collection in this Isolate. It is only valid to call this |
* function if --expose_gc was specified. |
* |