Kazu Hirata d5d697f359
[clang] Remove redundant declarations (NFC) (#166711)
In C++17, static constexpr members are implicitly inline, so they no
longer require an out-of-line definition.

Identified with readability-redundant-declaration.
2025-11-06 06:51:41 -08:00
..