From: Chris Lattner Date: Mon, 25 Oct 2004 19:09:41 +0000 (+0000) Subject: Remove template args that are the same as the default X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=83f7c3792b0c9257ad9b9cb918d6834072f00fe2;p=oota-llvm.git 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 --- 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; /// @}