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:
|
private:
|
||||||
/// @brief This type is used internally to hold the configuration data.
|
/// @brief This type is used internally to hold the configuration data.
|
||||||
typedef hash_map<std::string,CompilerDriver::ConfigData*,
|
typedef hash_map<std::string,CompilerDriver::ConfigData*> ConfigDataMap;
|
||||||
hash<std::string>,std::equal_to<std::string> > ConfigDataMap;
|
|
||||||
ConfigDataMap Configurations; ///< The cache of configurations
|
ConfigDataMap Configurations; ///< The cache of configurations
|
||||||
sys::Path configDir;
|
sys::Path configDir;
|
||||||
/// @}
|
/// @}
|
||||||
|
Loading…
Reference in New Issue
Block a user