removing some unused default ctors now that nsDerivedSafe can handle it.

no bug, r+sr=bz


git-svn-id: svn://10.0.0.236/trunk@143973 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dwitte%stanford.edu
2003-06-20 02:20:34 +00:00
parent aef0d5736d
commit 832efaccb6
3 changed files with 0 additions and 5 deletions

View File

@@ -96,7 +96,6 @@ class nsMediaDocumentStreamListener: public nsIStreamListener
{
public:
nsMediaDocumentStreamListener(nsMediaDocument *aDocument);
nsMediaDocumentStreamListener() { NS_NOTREACHED("should never be called"); }
virtual ~nsMediaDocumentStreamListener();
void SetStreamListener(nsIStreamListener *aListener);

View File

@@ -102,8 +102,6 @@ class nsCookie : public nsICookie2
inline void SetLastAccessed(nsInt64 aLastAccessed) { mLastAccessed = aLastAccessed; }
protected:
nsCookie(); // not to be implemented (required for nsDerivedSafe)
// member variables
// we use char* ptrs to store the strings in a contiguous block,
// so we save on the overhead of using nsCStrings. However, we

View File

@@ -55,8 +55,6 @@ public:
virtual ~nsPermission();
protected:
nsPermission(); // not to be implemented (required for nsDerivedSafe)
nsCString mHost;
PRUint32 mType;
PRUint32 mCapability;