From: Chris Lattner Date: Sat, 30 Aug 2003 23:18:07 +0000 (+0000) Subject: we don't need this here X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=7a9fd015a3c77ff83fe5d15694405211ef1f927e;p=oota-llvm.git we don't need this here git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8233 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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.