This patch removes the size_t return value and the append parameter from the remainder of the Fund.* functions in LLDB's internal API. As in the previous patches, this is motivated by the fact that these parameters aren't really used, and in the case of the append parameter were frequently implemented incorrectly.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
yay
lldb/tools/lldb-test/lldb-test.cpp | ||
---|---|---|
439–448 | I'm pretty sure these Clears are not needed. |
Comment Actions
This breaks the build due to lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp:1355:8: error: unused variable 'old_size' [-Werror,-Wunused-variable]
I will check in a fix shortly.
This comment was removed by ted.
I'm pretty sure these Clears are not needed.