summaryrefslogtreecommitdiff
path: root/source/fud_csv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/fud_csv.cpp')
-rw-r--r--source/fud_csv.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/fud_csv.cpp b/source/fud_csv.cpp
index 260a4ff..82935e4 100644
--- a/source/fud_csv.cpp
+++ b/source/fud_csv.cpp
@@ -141,7 +141,6 @@ FudStatus Csv::parseFromBufferedFile(Csv& csv, BufferedRegularFile& file, size_t
FudStatus Csv::parseFromUnbufferedFile(Csv& csv, RegularFile&& file, size_t maxExtraAttempts)
{
- static_cast<void>(csv);
constexpr size_t BufferSize = 256;
SimpleStackAllocator<BufferSize> stackAllocator{};
TextBuffer textBuffer{stackAllocator};