diff options
Diffstat (limited to 'Source/JavaScriptCore/runtime/Executable.h')
-rw-r--r-- | Source/JavaScriptCore/runtime/Executable.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/JavaScriptCore/runtime/Executable.h b/Source/JavaScriptCore/runtime/Executable.h index b9d3e6ee1..d8367ecc8 100644 --- a/Source/JavaScriptCore/runtime/Executable.h +++ b/Source/JavaScriptCore/runtime/Executable.h @@ -43,8 +43,6 @@ namespace JSC { class LLIntOffsetsExtractor; class ProgramCodeBlock; class ScopeChainNode; - - struct ExceptionInfo; enum CompilationKind { FirstCompilation, OptimizingCompilation }; |