mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
Remove template args that are the same as the default
llvm-svn: 17223
This commit is contained in:
parent
94f00d243c
commit
c5f1803fa0
@ -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;
|
||||
/// @}
|
||||
|
Loading…
Reference in New Issue
Block a user