diff options
author | Anton Korobeynikov <asl@math.spbu.ru> | 2008-05-29 21:57:11 +0000 |
---|---|---|
committer | Anton Korobeynikov <asl@math.spbu.ru> | 2008-05-29 21:57:11 +0000 |
commit | 81fb27cc3a2b0c8f30fd9f47180ba8476ad6dae5 (patch) | |
tree | 8feb62ff71ff9dec3038f598c8776d62296f4ed5 | |
parent | b4106170dde7db16af602e87bdd15ddc47e34321 (diff) |
Remove guard, so *each* inclusion will result in a warning
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51708 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/llvm/ADT/iterator | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/llvm/ADT/iterator b/include/llvm/ADT/iterator index 0fc9158b77..262cc1f239 100644 --- a/include/llvm/ADT/iterator +++ b/include/llvm/ADT/iterator @@ -25,12 +25,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLVM_ADT_ITERATOR -#define LLVM_ADT_ITERATOR - #warning This files includes old 'llvm/ADT/iterator' file, which was replaced \ by 'llvm/ADT/iterator.h'. Please consider upgrading the source. #include "llvm/ADT/iterator.h" -#endif // LLVM_ADT_ITERATOR |