Remove initialization to value that doesn't make much sense and never matters. (Bug 563584, patch 8) r=roc

This commit is contained in:
L. David Baron 2010-08-05 21:59:19 -07:00
Родитель 87bff25504
Коммит f6db316887
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -3339,7 +3339,7 @@ nsBlockFrame::ReflowInlineFrames(nsBlockReflowState& aState,
#ifdef DEBUG
PRInt32 spins = 0;
#endif
LineReflowStatus lineReflowStatus = LINE_REFLOW_REDO_NEXT_BAND;
LineReflowStatus lineReflowStatus;
do {
nscoord availableSpaceHeight = 0;
do {