[llvm-commits] CVS: llvm/runtime/GCCLibraries/libexception/SJLJ-Exception.h

Chris Lattner lattner at cs.uiuc.edu
Sat Aug 30 18:19:08 PDT 2003


Changes in directory llvm/runtime/GCCLibraries/libexception:

SJLJ-Exception.h updated: 1.2 -> 1.3

---
Log message:

we don't need this here



---
Diffs of the changes:

Index: llvm/runtime/GCCLibraries/libexception/SJLJ-Exception.h
diff -u llvm/runtime/GCCLibraries/libexception/SJLJ-Exception.h:1.2 llvm/runtime/GCCLibraries/libexception/SJLJ-Exception.h:1.3
--- llvm/runtime/GCCLibraries/libexception/SJLJ-Exception.h:1.2	Sat Aug 30 17:47:59 2003
+++ llvm/runtime/GCCLibraries/libexception/SJLJ-Exception.h	Sat Aug 30 18:18:07 2003
@@ -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.





More information about the llvm-commits mailing list