Backing out last change to resolve SunOS bustage (bug 316782)

git-svn-id: svn://10.0.0.236/trunk@185255 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
darin%meer.net
2005-11-24 08:46:56 +00:00
parent 586c4f6c16
commit b702f3ebbe

View File

@@ -71,10 +71,6 @@ class nsAutoPtr
delete oldPtr;
}
// NOT IMPLEMENTED
nsAutoPtr( const nsAutoPtr<T>& aSmartPtr );
nsAutoPtr<T>& operator=( const nsAutoPtr<T>& rhs );
private:
T* mRawPtr;