From b702f3ebbeac56404f5834ef923d435b9d152b0e Mon Sep 17 00:00:00 2001 From: "darin%meer.net" Date: Thu, 24 Nov 2005 08:46:56 +0000 Subject: [PATCH] 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 --- mozilla/xpcom/base/nsAutoPtr.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/mozilla/xpcom/base/nsAutoPtr.h b/mozilla/xpcom/base/nsAutoPtr.h index b75966211ee..874b1e319a4 100644 --- a/mozilla/xpcom/base/nsAutoPtr.h +++ b/mozilla/xpcom/base/nsAutoPtr.h @@ -71,10 +71,6 @@ class nsAutoPtr delete oldPtr; } - // NOT IMPLEMENTED - nsAutoPtr( const nsAutoPtr& aSmartPtr ); - nsAutoPtr& operator=( const nsAutoPtr& rhs ); - private: T* mRawPtr;