From 41386e9cb918eed93b3f13648cbef387e371e451 Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Wed, 20 May 2015 09:56:07 +0000 Subject: webkitgtk-2.4.9 --- Source/JavaScriptCore/assembler/RepatchBuffer.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'Source/JavaScriptCore/assembler/RepatchBuffer.h') diff --git a/Source/JavaScriptCore/assembler/RepatchBuffer.h b/Source/JavaScriptCore/assembler/RepatchBuffer.h index 241ce14c7..41e950ad8 100644 --- a/Source/JavaScriptCore/assembler/RepatchBuffer.h +++ b/Source/JavaScriptCore/assembler/RepatchBuffer.h @@ -157,11 +157,6 @@ public: { return MacroAssembler::startOfPatchableBranchPtrWithPatchOnAddress(label); } - - static CodeLocationLabel startOfPatchableBranch32WithPatchOnAddress(CodeLocationDataLabel32 label) - { - return MacroAssembler::startOfPatchableBranch32WithPatchOnAddress(label); - } void replaceWithJump(CodeLocationLabel instructionStart, CodeLocationLabel destination) { @@ -181,11 +176,6 @@ public: MacroAssembler::revertJumpReplacementToPatchableBranchPtrWithPatch(instructionStart, address, value); } - void revertJumpReplacementToPatchableBranch32WithPatch(CodeLocationLabel instructionStart, MacroAssembler::Address address, int32_t value) - { - MacroAssembler::revertJumpReplacementToPatchableBranch32WithPatch(instructionStart, address, value); - } - private: CodeBlock* m_codeBlock; #if ENABLE(ASSEMBLER_WX_EXCLUSIVE) -- cgit v1.2.1