summaryrefslogtreecommitdiff
path: root/source/fud_csv.cpp
diff options
context:
space:
mode:
authorDominick Allen <djallen@librehumanitas.org>2025-01-04 12:02:45 -0600
committerDominick Allen <djallen@librehumanitas.org>2025-01-04 12:02:45 -0600
commit1d357adfa19725ee69fb267a363f1fd217b1272f (patch)
tree8d8710ba8ba7dff0b3da6b073fbb94f1a7b03ec5 /source/fud_csv.cpp
parent0b400af9519444deef4cc6ad2c43c30e2092ab4f (diff)
Various style fixes.HEADmaster
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};