commit 315371a4b053a73704bda05c728402c960f7285f
parent 8b967346ddd03d7775ed0c7579fe3e55e251f9df
Author: Ting-Yu Lin <tlin@mozilla.com>
Date: Mon, 10 Nov 2025 19:59:27 +0000
Bug 1998869 - Remove unused nsBlockFrame::kReflowCommandType. r=layout-reviewers,tnikkel
Differential Revision: https://phabricator.services.mozilla.com/D271736
Diffstat:
2 files changed, 0 insertions(+), 14 deletions(-)
diff --git a/layout/generic/nsBlockFrame.cpp b/layout/generic/nsBlockFrame.cpp
@@ -366,21 +366,9 @@ void nsBlockFrame::InitDebugFlags() {
}
}
-#endif
-
-//----------------------------------------------------------------------
-
-// Debugging support code
-
-#ifdef DEBUG
-const char* nsBlockFrame::kReflowCommandType[] = {
- "ContentChanged", "StyleChanged", "ReflowDirty", "Timeout", "UserDefined",
-};
-
MOZ_DEFINE_ENUM_TOSTRING_FUNC(LineReflowStatus,
(OK, Stop, RedoNoPull, RedoMoreFloats,
RedoNextBand, Truncated));
-
#endif
#ifdef REFLOW_STATUS_COVERAGE
diff --git a/layout/generic/nsBlockFrame.h b/layout/generic/nsBlockFrame.h
@@ -1071,8 +1071,6 @@ class nsBlockFrame : public nsContainerFrame {
static int32_t gNoiseIndent;
- static const char* kReflowCommandType[];
-
protected:
static void InitDebugFlags();
#endif