Remove configurey-fu to autodetect hash_map and hash_set now that they are
authorNick Lewycky <nicholas@mxc.ca>
Mon, 9 Mar 2009 06:16:26 +0000 (06:16 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Mon, 9 Mar 2009 06:16:26 +0000 (06:16 +0000)
commit59fad7d9339901f8146f2d77cd7818625f0935b8
treec00634bc55d85ddb82a29bff77d1da0dedc28cd1
parentf231c07228deb75b6cd5ae7c9c057bc8303c6998
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
12 files changed:
Makefile
autoconf/configure.ac
autoconf/m4/cxx_hash_map.m4 [deleted file]
autoconf/m4/cxx_hash_set.m4 [deleted file]
cmake/config-ix.cmake
cmake/modules/CheckCxxHashmap.cmake [deleted file]
cmake/modules/CheckCxxHashset.cmake [deleted file]
include/llvm/ADT/HashExtras.h
include/llvm/ADT/hash_map.cmake [deleted file]
include/llvm/ADT/hash_map.h.in [deleted file]
include/llvm/ADT/hash_set.cmake [deleted file]
include/llvm/ADT/hash_set.h.in [deleted file]