Kazu Hirata cdfd2905fd
[mlir] Remove redundant declarations (NFC) (#166714)
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:52:06 -08:00
..