diff --git a/mozilla/htmlparser/src/nsIParser.h b/mozilla/htmlparser/src/nsIParser.h
index 7b2137fd5c7..08f99b4d5f3 100644
--- a/mozilla/htmlparser/src/nsIParser.h
+++ b/mozilla/htmlparser/src/nsIParser.h
@@ -186,8 +186,6 @@ class nsIParser : public nsISupports {
* @return ptr to scanner
*/
virtual eParseMode GetParseMode(void)=0;
-
-#pragma
};
/* ===========================================================*
diff --git a/mozilla/parser/htmlparser/src/nsIParser.h b/mozilla/parser/htmlparser/src/nsIParser.h
index 7b2137fd5c7..08f99b4d5f3 100644
--- a/mozilla/parser/htmlparser/src/nsIParser.h
+++ b/mozilla/parser/htmlparser/src/nsIParser.h
@@ -186,8 +186,6 @@ class nsIParser : public nsISupports {
* @return ptr to scanner
*/
virtual eParseMode GetParseMode(void)=0;
-
-#pragma
};
/* ===========================================================*