From d1764fc8aa8bddf04502e1e1b80d67b326ab79dc Mon Sep 17 00:00:00 2001 From: "kipp%netscape.com" Date: Wed, 14 Jul 1999 17:28:00 +0000 Subject: [PATCH] Eliminate a warning git-svn-id: svn://10.0.0.236/trunk@39302 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/layout/generic/nsHTMLContainerFrame.cpp | 1 - mozilla/layout/html/base/src/nsHTMLContainerFrame.cpp | 1 - 2 files changed, 2 deletions(-) diff --git a/mozilla/layout/generic/nsHTMLContainerFrame.cpp b/mozilla/layout/generic/nsHTMLContainerFrame.cpp index 72045030b0e..16933fd3d2d 100644 --- a/mozilla/layout/generic/nsHTMLContainerFrame.cpp +++ b/mozilla/layout/generic/nsHTMLContainerFrame.cpp @@ -309,7 +309,6 @@ nsHTMLContainerFrame::CreateViewForFrame(nsIPresContext& aPresContext, if (aForce) { // Create a view nsIFrame* parent; - nsIView* view; aFrame->GetParentWithView(&parent); NS_ASSERTION(parent, "GetParentWithView failed"); diff --git a/mozilla/layout/html/base/src/nsHTMLContainerFrame.cpp b/mozilla/layout/html/base/src/nsHTMLContainerFrame.cpp index 72045030b0e..16933fd3d2d 100644 --- a/mozilla/layout/html/base/src/nsHTMLContainerFrame.cpp +++ b/mozilla/layout/html/base/src/nsHTMLContainerFrame.cpp @@ -309,7 +309,6 @@ nsHTMLContainerFrame::CreateViewForFrame(nsIPresContext& aPresContext, if (aForce) { // Create a view nsIFrame* parent; - nsIView* view; aFrame->GetParentWithView(&parent); NS_ASSERTION(parent, "GetParentWithView failed");