[llvm-commits] [llvm] r43099 - /llvm/trunk/include/llvm/Support/AlignOf.h
Ted Kremenek
kremenek at apple.com
Wed Oct 17 15:12:15 PDT 2007
Author: kremenek
Date: Wed Oct 17 17:12:14 2007
New Revision: 43099
URL: http://llvm.org/viewvc/llvm-project?rev=43099&view=rev
Log:
Removed inclusion of cassert, which is no longer needed.
Modified:
llvm/trunk/include/llvm/Support/AlignOf.h
Modified: llvm/trunk/include/llvm/Support/AlignOf.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/AlignOf.h?rev=43099&r1=43098&r2=43099&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Support/AlignOf.h (original)
+++ llvm/trunk/include/llvm/Support/AlignOf.h Wed Oct 17 17:12:14 2007
@@ -15,8 +15,6 @@
#ifndef LLVM_SUPPORT_ALIGNOF_H
#define LLVM_SUPPORT_ALIGNOF_H
-#include <cassert>
-
namespace llvm {
template <typename T>
More information about the llvm-commits
mailing list