From 62df2bc30110d61f6ef7026f610c8b47d57383cf Mon Sep 17 00:00:00 2001 From: "timeless@mozdev.org" Date: Tue, 22 Jun 2010 02:01:39 +0200 Subject: [PATCH] Bug 565599 unused variable nsNavHistoryContainerResultNode::mAsyncEnabled r=mano --- toolkit/components/places/src/nsNavHistoryResult.h | 1 - 1 file changed, 1 deletion(-) diff --git a/toolkit/components/places/src/nsNavHistoryResult.h b/toolkit/components/places/src/nsNavHistoryResult.h index c49733834b9a..21f9943db5b8 100644 --- a/toolkit/components/places/src/nsNavHistoryResult.h +++ b/toolkit/components/places/src/nsNavHistoryResult.h @@ -665,7 +665,6 @@ protected: void CancelAsyncOpen(PRBool aRestart); nsresult NotifyOnStateChange(PRUint16 aOldState); - PRBool mAsyncEnabled; nsCOMPtr mAsyncPendingStmt; PRBool mAsyncCanceledState; };