Commit a0101ba
[CAS] Remove redundant casts (NFC) (llvm#169002)
FileOffset::get already returns uint64_t.
Identified with readability-redundant-casting.1 parent 3fa4a26 commit a0101ba
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
122 | | - | |
| 121 | + | |
| 122 | + | |
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| |||
0 commit comments