We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c3b74f commit 10cb0adCopy full SHA for 10cb0ad
src/tools/fdsdump/src/lister/csvPrinter.cpp
@@ -163,7 +163,6 @@ CsvPrinter::print_epilogue()
163
void
164
CsvPrinter::append_value(struct fds_drec *rec, Field &field, bool reverse)
165
{
166
- const size_t start_pos = m_buffer.size();
167
unsigned int count = 0;
168
169
auto cb = [this, &count](const struct fds_drec_field &field) -> void {
0 commit comments