Commit 2bb2a42
authored
[lldb][ValueObject][NFC] Further remove redundant parameters to ReadPointedString (#78029)
We only ever call this function once, without relying on the defaulted
`honor_array` parameter, so make it non-defaulted. Also `max_length` is
always set to `0`, so remove it entirely.
This simplifies some upcoming refactoring.1 parent c66645d commit 2bb2a42
File tree
2 files changed
+7
-8
lines changed- lldb
- include/lldb/Core
- source/Core
2 files changed
+7
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
670 | 670 | | |
671 | 671 | | |
672 | 672 | | |
673 | | - | |
| 673 | + | |
674 | 674 | | |
675 | 675 | | |
676 | 676 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
813 | 813 | | |
814 | 814 | | |
815 | 815 | | |
816 | | - | |
817 | | - | |
| 816 | + | |
818 | 817 | | |
819 | 818 | | |
820 | 819 | | |
| |||
827 | 826 | | |
828 | 827 | | |
829 | 828 | | |
830 | | - | |
831 | | - | |
| 829 | + | |
832 | 830 | | |
833 | 831 | | |
834 | 832 | | |
| |||
1149 | 1147 | | |
1150 | 1148 | | |
1151 | 1149 | | |
1152 | | - | |
1153 | | - | |
1154 | | - | |
| 1150 | + | |
| 1151 | + | |
| 1152 | + | |
| 1153 | + | |
1155 | 1154 | | |
1156 | 1155 | | |
1157 | 1156 | | |
| |||
0 commit comments