Skip to content

Commit 1a773e5

Browse files
committed
fdsdump: remove unused variable in lister::CsvPrinter
1 parent 94530de commit 1a773e5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/tools/fdsdump/src/lister/csvPrinter.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,6 @@ CsvPrinter::print_epilogue()
163163
void
164164
CsvPrinter::append_value(struct fds_drec *rec, Field &field, bool reverse)
165165
{
166-
const size_t start_pos = m_buffer.size();
167166
unsigned int count = 0;
168167

169168
auto cb = [this, &count](const struct fds_drec_field &field) -> void {

0 commit comments

Comments
 (0)