Chromium Code Reviews| Index: base/template_util.h |
| diff --git a/base/template_util.h b/base/template_util.h |
| index 83fa322a67226d512b6a6b3974b76637ee2ffbc7..6d4ac9f4d41c72e2fe41b215dbad6d5091b0200b 100644 |
| --- a/base/template_util.h |
| +++ b/base/template_util.h |
| @@ -117,12 +117,6 @@ struct is_class |
| sizeof(internal::YesType)> { |
| }; |
| -template<bool B, class T = void> |
| -struct enable_if {}; |
| - |
| -template<class T> |
| -struct enable_if<true, T> { typedef T type; }; |
| - |
| } // namespace base |
| #endif // BASE_TEMPLATE_UTIL_H_ |