aboutsummaryrefslogtreecommitdiffstats
path: root/autoconf
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2009-08-26 21:36:59 +0000
committerGabor Greif <ggreif@gmail.com>2009-08-26 21:36:59 +0000
commit2a1099a6809307eee7521b1f725ef89370f7ebd1 (patch)
tree69541ea9993001e75e8f15cff8f5cb38aaefd0c4 /autoconf
parentc87d5ae938fe0c3b0afc3aefef1dc6a9873516e4 (diff)
downloadexternal_llvm-2a1099a6809307eee7521b1f725ef89370f7ebd1.zip
external_llvm-2a1099a6809307eee7521b1f725ef89370f7ebd1.tar.gz
external_llvm-2a1099a6809307eee7521b1f725ef89370f7ebd1.tar.bz2
nobody includes llvm/ADT/iterator.h any more,
so get rid of this monstrosity. iterator.h.in is scheduled for deletion in my working copy, but I wait till I see that configure gets regenerated, as it depends on it. I'll commit then. There are still some AC_* tests in the configure.ac dealing with iterators, those can be zapped probably too. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80147 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf')
-rw-r--r--autoconf/configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac
index 173341a..49ab037 100644
--- a/autoconf/configure.ac
+++ b/autoconf/configure.ac
@@ -1314,7 +1314,6 @@ AC_CONFIG_FILES([include/llvm/Config/Targets.def])
AC_CONFIG_FILES([include/llvm/Config/AsmPrinters.def])
AC_CONFIG_FILES([include/llvm/Config/AsmParsers.def])
AC_CONFIG_HEADERS([include/llvm/Support/DataTypes.h])
-AC_CONFIG_HEADERS([include/llvm/ADT/iterator.h])
dnl Configure the makefile's configuration data
AC_CONFIG_FILES([Makefile.config])