Fixed a compiler warning

This commit is contained in:
troy@netscape.com
1998-09-18 03:13:47 +00:00
parent b8a5475304
commit 69ea80dc7e
2 changed files with 0 additions and 2 deletions

View File

@@ -124,7 +124,6 @@ NS_METHOD nsTableColGroupFrame::Reflow(nsIPresContext& aPresContext,
// for every content child that (is a column thingy and does not already have a frame)
// create a frame and adjust it's style
nsresult rv;
nsIFrame* kidFrame = nsnull;
if (eReflowReason_Initial == aReflowState.reason) {

View File

@@ -124,7 +124,6 @@ NS_METHOD nsTableColGroupFrame::Reflow(nsIPresContext& aPresContext,
// for every content child that (is a column thingy and does not already have a frame)
// create a frame and adjust it's style
nsresult rv;
nsIFrame* kidFrame = nsnull;
if (eReflowReason_Initial == aReflowState.reason) {