1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

Remove template args that are the same as the default

llvm-svn: 17223
This commit is contained in:
Chris Lattner 2004-10-25 19:09:41 +00:00
parent 94f00d243c
commit c5f1803fa0

View File

@ -51,8 +51,7 @@ namespace llvm {
/// @{
private:
/// @brief This type is used internally to hold the configuration data.
typedef hash_map<std::string,CompilerDriver::ConfigData*,
hash<std::string>,std::equal_to<std::string> > ConfigDataMap;
typedef hash_map<std::string,CompilerDriver::ConfigData*> ConfigDataMap;
ConfigDataMap Configurations; ///< The cache of configurations
sys::Path configDir;
/// @}