Removed nsString object that was defined but never used

git-svn-id: svn://10.0.0.236/trunk@44104 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
troy%netscape.com
1999-08-23 01:15:57 +00:00
parent 975c5951bb
commit 76ad73a855
2 changed files with 0 additions and 2 deletions

View File

@@ -3026,7 +3026,6 @@ nsWebShell::OnOverLink(nsIContent* aContent,
NS_IMETHODIMP
nsWebShell:: GetLinkState(const PRUnichar* aURLSpec, nsLinkState& aState)
{
nsString URLSpec(aURLSpec);
aState = eLinkState_Unvisited;
nsresult rv;