From 5766614c7b0a09e135675637973ce06e33323bea Mon Sep 17 00:00:00 2001 From: Justin Lebar Date: Thu, 11 Aug 2011 15:18:37 -0400 Subject: [PATCH] Bug 678274 - Remove declaration of SetDocIdentifier() from nsSHEntryShared, since that method's implementation was removed. r=smaug --- docshell/shistory/src/nsSHEntryShared.h | 1 - 1 file changed, 1 deletion(-) diff --git a/docshell/shistory/src/nsSHEntryShared.h b/docshell/shistory/src/nsSHEntryShared.h index e1e2808ebaed..61a9a9f02a87 100644 --- a/docshell/shistory/src/nsSHEntryShared.h +++ b/docshell/shistory/src/nsSHEntryShared.h @@ -83,7 +83,6 @@ class nsSHEntryShared : public nsIBFCacheEntry, nsExpirationState *GetExpirationState() { return &mExpirationState; } static already_AddRefed Duplicate(nsSHEntryShared *aEntry); - void SetDocIdentifier(PRUint64 aDocIdentifier); void RemoveFromExpirationTracker(); void Expire();