From ef4ee93daf12d599d1c5d9e53b0cc84b9d188781 Mon Sep 17 00:00:00 2001 From: "peterv%propagandism.org" Date: Mon, 20 Dec 2004 13:40:07 +0000 Subject: [PATCH] Remove unused member variable (obsoleted by patch for bug mHandledXMLDeclaration). --- parser/htmlparser/src/nsExpatDriver.h | 1 - 1 file changed, 1 deletion(-) diff --git a/parser/htmlparser/src/nsExpatDriver.h b/parser/htmlparser/src/nsExpatDriver.h index 7384d20fb9b7..2908aafe6e8a 100644 --- a/parser/htmlparser/src/nsExpatDriver.h +++ b/parser/htmlparser/src/nsExpatDriver.h @@ -99,7 +99,6 @@ private: PRPackedBool mInCData; PRPackedBool mInDoctype; PRPackedBool mInExternalDTD; - PRPackedBool mHandledXMLDeclaration; PRInt32 mBytePosition; nsresult mInternalState; PRUint32 mBytesParsed;