diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2009-03-09 06:16:26 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2009-03-09 06:16:26 +0000 |
commit | 59fad7d9339901f8146f2d77cd7818625f0935b8 (patch) | |
tree | c00634bc55d85ddb82a29bff77d1da0dedc28cd1 /include/llvm/ADT/HashExtras.h | |
parent | f231c07228deb75b6cd5ae7c9c057bc8303c6998 (diff) |
Remove configurey-fu to autodetect hash_map and hash_set now that they are
no longer used in LLVM.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66406 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/ADT/HashExtras.h')
-rw-r--r-- | include/llvm/ADT/HashExtras.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/ADT/HashExtras.h b/include/llvm/ADT/HashExtras.h index fcc50c8510..85abf915e3 100644 --- a/include/llvm/ADT/HashExtras.h +++ b/include/llvm/ADT/HashExtras.h @@ -17,7 +17,6 @@ #ifndef LLVM_ADT_HASHEXTRAS_H #define LLVM_ADT_HASHEXTRAS_H -#include "llvm/ADT/hash_map.h" #include <string> // Cannot specialize hash template from outside of the std namespace. |