From f0dbda6c92efe8b6c2bf68f90135f0e579ee153c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20=C3=81vila=20de=20Esp=C3=ADndola?= Date: Tue, 13 Dec 2011 16:44:33 -0500 Subject: [PATCH] Bug 710237 - remove unused variable. r=mak. a=Ms2ger. --- toolkit/components/satchel/nsFormHistory.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/toolkit/components/satchel/nsFormHistory.js b/toolkit/components/satchel/nsFormHistory.js index 95577d7f2e26..bb13fb3fd8ba 100644 --- a/toolkit/components/satchel/nsFormHistory.js +++ b/toolkit/components/satchel/nsFormHistory.js @@ -359,8 +359,6 @@ FormHistory.prototype = { }, get dbConnection() { - let connection; - // Make sure dbConnection can't be called from now to prevent infinite loops. delete FormHistory.prototype.dbConnection;