Index: src/arm/macro-assembler-arm.h |
diff --git a/src/arm/macro-assembler-arm.h b/src/arm/macro-assembler-arm.h |
index 5f77be6a4293feb82e6bde281ae0c5769b4c97bf..fc140c899e038d7f0081a3b21d125f8cb6ed6727 100644 |
--- a/src/arm/macro-assembler-arm.h |
+++ b/src/arm/macro-assembler-arm.h |
@@ -631,12 +631,6 @@ class MacroAssembler: public Assembler { |
// handler chain. |
void ThrowUncatchable(Register value); |
- // Throw a message string as an exception. |
- void Throw(BailoutReason reason); |
- |
- // Throw a message string as an exception if a condition is not true. |
- void ThrowIf(Condition cc, BailoutReason reason); |
- |
// --------------------------------------------------------------------------- |
// Inline caching support |