From df6418fdb2dd6508eb29be78c5a436ae5e23abc2 Mon Sep 17 00:00:00 2001 From: "rickg%netscape.com" Date: Sun, 25 Apr 1999 01:35:45 +0000 Subject: [PATCH] removed dup identifier git-svn-id: svn://10.0.0.236/trunk@29091 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/htmlparser/src/nsIParser.h | 1 - mozilla/parser/htmlparser/src/nsIParser.h | 1 - 2 files changed, 2 deletions(-) diff --git a/mozilla/htmlparser/src/nsIParser.h b/mozilla/htmlparser/src/nsIParser.h index 8e1ea652270..5456b01afb5 100644 --- a/mozilla/htmlparser/src/nsIParser.h +++ b/mozilla/htmlparser/src/nsIParser.h @@ -190,7 +190,6 @@ const PRInt32 kContextMismatch = NS_ERROR_HTMLPARSER_CONTEXTMISMATCH; const PRInt32 kBadFilename = NS_ERROR_HTMLPARSER_BADFILENAME; const PRInt32 kBadURL = NS_ERROR_HTMLPARSER_BADURL; const PRInt32 kInvalidParserContext = NS_ERROR_HTMLPARSER_INVALIDPARSERCONTEXT; -const PRInt32 kNotFound = -1; const PRInt32 kBlocked = NS_ERROR_HTMLPARSER_BLOCK; const PRUint32 kNewLine = '\n'; diff --git a/mozilla/parser/htmlparser/src/nsIParser.h b/mozilla/parser/htmlparser/src/nsIParser.h index 8e1ea652270..5456b01afb5 100644 --- a/mozilla/parser/htmlparser/src/nsIParser.h +++ b/mozilla/parser/htmlparser/src/nsIParser.h @@ -190,7 +190,6 @@ const PRInt32 kContextMismatch = NS_ERROR_HTMLPARSER_CONTEXTMISMATCH; const PRInt32 kBadFilename = NS_ERROR_HTMLPARSER_BADFILENAME; const PRInt32 kBadURL = NS_ERROR_HTMLPARSER_BADURL; const PRInt32 kInvalidParserContext = NS_ERROR_HTMLPARSER_INVALIDPARSERCONTEXT; -const PRInt32 kNotFound = -1; const PRInt32 kBlocked = NS_ERROR_HTMLPARSER_BLOCK; const PRUint32 kNewLine = '\n';