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 /runtime/GCCLibraries | |
| parent | 7f45519784671a552b7dfd0fe36d4b8918a60ca9 (diff) | |
| download | external_llvm-7a9fd015a3c77ff83fe5d15694405211ef1f927e.zip external_llvm-7a9fd015a3c77ff83fe5d15694405211ef1f927e.tar.gz external_llvm-7a9fd015a3c77ff83fe5d15694405211ef1f927e.tar.bz2 | |
we don't need this here
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8233 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'runtime/GCCLibraries')
| -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 103b6d6..0596002 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 103b6d6..0596002 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. |
