aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/csv.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/csv.c b/src/csv.c
index 907065e..f1d7ed4 100644
--- a/src/csv.c
+++ b/src/csv.c
@@ -32,7 +32,5 @@ char *csv_read(char **ptr)
(*ptr)++;
}
- /* shouldn't get here */
- assert(false);
return NULL;
}