From 294fb792900504f7ebd8ee1eec43d6dc4431dfd4 Mon Sep 17 00:00:00 2001 From: "timeless%mozdev.org" Date: Mon, 3 Nov 2003 13:18:38 +0000 Subject: [PATCH] Bug 224088 warning: unused variable `nsresult rv' in member function `nsDocShellEditorData::~nsDocShellEditorData()' r=glazou sr=peterv git-svn-id: svn://10.0.0.236/trunk@148769 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/docshell/base/nsDocShellEditorData.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/docshell/base/nsDocShellEditorData.cpp b/mozilla/docshell/base/nsDocShellEditorData.cpp index ea0ed3629f3..72cc2a38df3 100644 --- a/mozilla/docshell/base/nsDocShellEditorData.cpp +++ b/mozilla/docshell/base/nsDocShellEditorData.cpp @@ -53,7 +53,7 @@ nsDocShellEditorData::~nsDocShellEditorData() { // Get editing session on the root docShell nsCOMPtr editingSession; - nsresult rv = GetOrCreateEditingSession(PR_FALSE, getter_AddRefs(editingSession)); + GetOrCreateEditingSession(PR_FALSE, getter_AddRefs(editingSession)); if (editingSession) {