From 7a9fd015a3c77ff83fe5d15694405211ef1f927e Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 30 Aug 2003 23:18:07 +0000 Subject: [PATCH] we don't need this here git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8233 91177308-0d34-0410-b5e6-96231b3b80d8 --- runtime/GCCLibraries/crtend/SJLJ-Exception.h | 1 - runtime/GCCLibraries/libexception/SJLJ-Exception.h | 1 - 2 files changed, 2 deletions(-) diff --git a/runtime/GCCLibraries/crtend/SJLJ-Exception.h b/runtime/GCCLibraries/crtend/SJLJ-Exception.h index 103b6d653f9..05960025fa0 100644 --- a/runtime/GCCLibraries/crtend/SJLJ-Exception.h +++ b/runtime/GCCLibraries/crtend/SJLJ-Exception.h @@ -9,7 +9,6 @@ #define SJLJ_EXCEPTION_H #include "Exception.h" -#include struct llvm_sjlj_exception { // JmpBuffer - This is the buffer which was longjmp'd with. diff --git a/runtime/GCCLibraries/libexception/SJLJ-Exception.h b/runtime/GCCLibraries/libexception/SJLJ-Exception.h index 103b6d653f9..05960025fa0 100644 --- a/runtime/GCCLibraries/libexception/SJLJ-Exception.h +++ b/runtime/GCCLibraries/libexception/SJLJ-Exception.h @@ -9,7 +9,6 @@ #define SJLJ_EXCEPTION_H #include "Exception.h" -#include struct llvm_sjlj_exception { // JmpBuffer - This is the buffer which was longjmp'd with. -- 2.34.1