зеркало из https://github.com/mozilla/gecko-dev.git
Backing out last change to resolve SunOS bustage (bug 316782)
This commit is contained in:
Родитель
7c234773e0
Коммит
2943b93b4b
|
@ -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;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче