[NFC] Remove leftover `inline` on some RuleMatcher functions
Accidentally copy-pasted them into the .cpp while refactoring the file in D151432 Those functions are currently only used in the .cpp so it didn't cause an issue, but it causes an undefined reference if another file attempts to use them.
Loading
Please sign in to comment