1
0
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:
Chris Lattner 2004-10-25 19:09:41 +00:00
parent 94f00d243c
commit c5f1803fa0

View File

@ -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;
/// @} /// @}