summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2007-10-17 22:12:14 +0000
committerTed Kremenek <kremenek@apple.com>2007-10-17 22:12:14 +0000
commit3830606dee158e04a04df92c6f6e17f317c62b4c (patch)
tree317467264e9896a996d3d1f488b26735c2c4044f
parent27d207d2e716b363acda76da36e6d998208671a3 (diff)
downloadbcm5719-llvm-3830606dee158e04a04df92c6f6e17f317c62b4c.tar.gz
bcm5719-llvm-3830606dee158e04a04df92c6f6e17f317c62b4c.zip
Removed inclusion of cassert, which is no longer needed.
llvm-svn: 43099
-rw-r--r--llvm/include/llvm/Support/AlignOf.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/include/llvm/Support/AlignOf.h b/llvm/include/llvm/Support/AlignOf.h
index 0911bb84b36..4ee5ea230dd 100644
--- a/llvm/include/llvm/Support/AlignOf.h
+++ b/llvm/include/llvm/Support/AlignOf.h
@@ -15,8 +15,6 @@
#ifndef LLVM_SUPPORT_ALIGNOF_H
#define LLVM_SUPPORT_ALIGNOF_H
-#include <cassert>
-
namespace llvm {
template <typename T>
OpenPOWER on IntegriCloud