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/LLIntEntrypoint.h | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'Source/JavaScriptCore/llint/LLIntEntrypoint.h') diff --git a/Source/JavaScriptCore/llint/LLIntEntrypoint.h b/Source/JavaScriptCore/llint/LLIntEntrypoint.h index 4b687c6de..392a0b9be 100644 --- a/Source/JavaScriptCore/llint/LLIntEntrypoint.h +++ b/Source/JavaScriptCore/llint/LLIntEntrypoint.h @@ -23,12 +23,7 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef LLIntEntrypoint_h -#define LLIntEntrypoint_h - -#include - -#if ENABLE(LLINT) +#pragma once #include "CodeSpecializationKind.h" @@ -44,7 +39,3 @@ void setEntrypoint(VM&, CodeBlock*); unsigned frameRegisterCountFor(CodeBlock*); } } // namespace JSC::LLInt - -#endif // ENABLE(LLINT) - -#endif // LLIntEntrypoint_h -- cgit v1.2.1