mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 04:30:23 +00:00
Remove template args that are the same as the default
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17223 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7cf820191c
commit
83f7c3792b
@ -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