зеркало из https://github.com/mozilla/pjs.git
Bug 224088 warning: unused variable `nsresult rv' in member function `nsDocShellEditorData::~nsDocShellEditorData()'
r=glazou sr=peterv
This commit is contained in:
Родитель
fd97de95f0
Коммит
281447025e
|
@ -53,7 +53,7 @@ nsDocShellEditorData::~nsDocShellEditorData()
|
|||
{
|
||||
// Get editing session on the root docShell
|
||||
nsCOMPtr <nsIEditingSession> editingSession;
|
||||
nsresult rv = GetOrCreateEditingSession(PR_FALSE, getter_AddRefs(editingSession));
|
||||
GetOrCreateEditingSession(PR_FALSE, getter_AddRefs(editingSession));
|
||||
|
||||
if (editingSession)
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче