diff --git a/tools/llvmc/Configuration.h b/tools/llvmc/Configuration.h index e194dd072ef..9a2af0ecd51 100644 --- a/tools/llvmc/Configuration.h +++ b/tools/llvmc/Configuration.h @@ -51,8 +51,7 @@ namespace llvm { /// @{ private: /// @brief This type is used internally to hold the configuration data. - typedef hash_map,std::equal_to > ConfigDataMap; + typedef hash_map ConfigDataMap; ConfigDataMap Configurations; ///< The cache of configurations sys::Path configDir; /// @}