Commit c5b5451
authored
[llvm-exegesis] Remove redundant declarations (NFC) (llvm#166044)
In C++17, static constexpr members are implicitly inline, so they no
longer require an out-of-line definition.
This patch removes the unnecessary "const" from the in-class
declaration as well.
Identified with readability-redundant-declaration.1 parent c9ef3d8 commit c5b5451
File tree
2 files changed
+1
-3
lines changed- llvm/tools/llvm-exegesis/lib
2 files changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
350 | 350 | | |
351 | 351 | | |
352 | 352 | | |
353 | | - | |
354 | | - | |
355 | 353 | | |
356 | 354 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
0 commit comments