Issue #2862 - Remove unused vars in CSS flattener

This commit is contained in:
Basilisk-Dev 2026-03-14 13:22:59 -04:00 committed by wuggy
commit 700d17fea8

View file

@ -43,8 +43,6 @@ public:
}
private:
static constexpr auto kCSSWhitespace = " \t\r\n\f";
static bool
IsCSSWhitespace(char16_t aChar)
{