diff options
Diffstat (limited to 'JavaScriptCore/wtf/VectorTraits.h')
-rw-r--r-- | JavaScriptCore/wtf/VectorTraits.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/JavaScriptCore/wtf/VectorTraits.h b/JavaScriptCore/wtf/VectorTraits.h index bf77878..3f33b29 100644 --- a/JavaScriptCore/wtf/VectorTraits.h +++ b/JavaScriptCore/wtf/VectorTraits.h @@ -80,9 +80,6 @@ namespace WTF { template<typename P> struct VectorTraits<OwnPtr<P> > : SimpleClassVectorTraits { }; - template<typename P> - struct VectorTraits<std::auto_ptr<P> > : SimpleClassVectorTraits { }; - template<typename First, typename Second> struct VectorTraits<pair<First, Second> > { |