From 1bf1084f2b10c3b47fd1a588d85d21ed0eb41d0c Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Tue, 27 Jun 2017 06:07:23 +0000 Subject: webkitgtk-2.16.5 --- Source/JavaScriptCore/llint/LLIntExceptions.h | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'Source/JavaScriptCore/llint/LLIntExceptions.h') diff --git a/Source/JavaScriptCore/llint/LLIntExceptions.h b/Source/JavaScriptCore/llint/LLIntExceptions.h index bf18feed3..f471ff89d 100644 --- a/Source/JavaScriptCore/llint/LLIntExceptions.h +++ b/Source/JavaScriptCore/llint/LLIntExceptions.h @@ -23,14 +23,9 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef LLIntExceptions_h -#define LLIntExceptions_h +#pragma once -#include #include - -#if ENABLE(LLINT) - #include "MacroAssemblerCodeRef.h" namespace JSC { @@ -53,7 +48,3 @@ Instruction* returnToThrow(ExecState*); void* callToThrow(ExecState*); } } // namespace JSC::LLInt - -#endif // ENABLE(LLINT) - -#endif // LLIntExceptions_h -- cgit v1.2.1