Index: src/heap-inl.h |
diff --git a/src/heap-inl.h b/src/heap-inl.h |
index e7700e9cb5b05cdb42f44fcf2ffa889d3829c37c..7b91e8715a18d52294739664c8383825847e7f93 100644 |
--- a/src/heap-inl.h |
+++ b/src/heap-inl.h |
@@ -521,10 +521,6 @@ void Heap::SetLastScriptId(Object* last_script_id) { |
CALL_AND_RETRY(FUNCTION_CALL, return, return) |
-#define CALL_HEAP_FUNCTION_INLINE(FUNCTION_CALL) \ |
- CALL_AND_RETRY(FUNCTION_CALL, break, break) |
- |
- |
#ifdef DEBUG |
inline bool Heap::allow_allocation(bool new_state) { |