Index: src/execution.h |
diff --git a/src/execution.h b/src/execution.h |
index 9f5d9ff2cd231529994e1165ed9a2cabfe4c6a0b..a20f72392803610260a0d6c2b617e13a2b24e813 100644 |
--- a/src/execution.h |
+++ b/src/execution.h |
@@ -194,8 +194,6 @@ class StackGuard { |
void Interrupt(); |
bool IsTerminateExecution(); |
void TerminateExecution(); |
- bool IsRuntimeProfilerTick(); |
- void RequestRuntimeProfilerTick(); |
bool IsCodeReadyEvent(); |
void RequestCodeReadyEvent(); |
#ifdef ENABLE_DEBUGGER_SUPPORT |