From 20e7232ffc0852a7db8e4691c9318dd246a209c0 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 llvm-svn: 8233 --- llvm/runtime/GCCLibraries/crtend/SJLJ-Exception.h | 1 - llvm/runtime/GCCLibraries/libexception/SJLJ-Exception.h | 1 - 2 files changed, 2 deletions(-) diff --git a/llvm/runtime/GCCLibraries/crtend/SJLJ-Exception.h b/llvm/runtime/GCCLibraries/crtend/SJLJ-Exception.h index 103b6d653f9f..05960025fa08 100644 --- a/llvm/runtime/GCCLibraries/crtend/SJLJ-Exception.h +++ b/llvm/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/llvm/runtime/GCCLibraries/libexception/SJLJ-Exception.h b/llvm/runtime/GCCLibraries/libexception/SJLJ-Exception.h index 103b6d653f9f..05960025fa08 100644 --- a/llvm/runtime/GCCLibraries/libexception/SJLJ-Exception.h +++ b/llvm/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.