diff options
Diffstat (limited to 'Source/JavaScriptCore/ftl/FTLExitArgumentForOperand.h')
-rw-r--r-- | Source/JavaScriptCore/ftl/FTLExitArgumentForOperand.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/Source/JavaScriptCore/ftl/FTLExitArgumentForOperand.h b/Source/JavaScriptCore/ftl/FTLExitArgumentForOperand.h index a5ec737c0..2cad043dd 100644 --- a/Source/JavaScriptCore/ftl/FTLExitArgumentForOperand.h +++ b/Source/JavaScriptCore/ftl/FTLExitArgumentForOperand.h @@ -23,10 +23,7 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef FTLExitArgumentForOperand_h -#define FTLExitArgumentForOperand_h - -#include <wtf/Platform.h> +#pragma once #if ENABLE(FTL_JIT) @@ -69,6 +66,3 @@ inline bool lesserArgumentIndex( } } // namespace JSC::FTL #endif // ENABLE(FTL_JIT) - -#endif // FTLExitArgumentForOperand_h - |