diff options
author | Chris Lattner <sabre@nondot.org> | 2003-08-30 23:18:07 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-08-30 23:18:07 +0000 |
commit | 7a9fd015a3c77ff83fe5d15694405211ef1f927e (patch) | |
tree | 2ea4e7de2dfb761289c5c6b653452078ba620ba8 | |
parent | 7f45519784671a552b7dfd0fe36d4b8918a60ca9 (diff) |
we don't need this here
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8233 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | runtime/GCCLibraries/crtend/SJLJ-Exception.h | 1 | ||||
-rw-r--r-- | runtime/GCCLibraries/libexception/SJLJ-Exception.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/runtime/GCCLibraries/crtend/SJLJ-Exception.h b/runtime/GCCLibraries/crtend/SJLJ-Exception.h index 103b6d653f..05960025fa 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 <cassert> 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 103b6d653f..05960025fa 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 <cassert> struct llvm_sjlj_exception { // JmpBuffer - This is the buffer which was longjmp'd with. |