From 700d17fea88feef3a9cbc88b544c1b22e16ffca9 Mon Sep 17 00:00:00 2001 From: Basilisk-Dev Date: Sat, 14 Mar 2026 13:22:59 -0400 Subject: [PATCH] Issue #2862 - Remove unused vars in CSS flattener --- layout/style/CSSNestingFlattener.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/layout/style/CSSNestingFlattener.cpp b/layout/style/CSSNestingFlattener.cpp index ac8fc1a2ca..287e2ca5d1 100644 --- a/layout/style/CSSNestingFlattener.cpp +++ b/layout/style/CSSNestingFlattener.cpp @@ -43,8 +43,6 @@ public: } private: - static constexpr auto kCSSWhitespace = " \t\r\n\f"; - static bool IsCSSWhitespace(char16_t aChar) {