diff options
Diffstat (limited to 'Source/JavaScriptCore/jit/JITCompilationEffort.h')
-rw-r--r-- | Source/JavaScriptCore/jit/JITCompilationEffort.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/Source/JavaScriptCore/jit/JITCompilationEffort.h b/Source/JavaScriptCore/jit/JITCompilationEffort.h index 5eb680178..18d53d54b 100644 --- a/Source/JavaScriptCore/jit/JITCompilationEffort.h +++ b/Source/JavaScriptCore/jit/JITCompilationEffort.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012 Apple Inc. All rights reserved. + * Copyright (C) 2012, 2015 Apple Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -23,8 +23,7 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef JITCompilationEffort_h -#define JITCompilationEffort_h +#pragma once namespace JSC { @@ -34,6 +33,3 @@ enum JITCompilationEffort { }; } // namespace JSC - -#endif // JITCompilationEffort_h - |