summaryrefslogtreecommitdiffstats
path: root/src/fuzz/fuzz-calendarspec.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fuzz/fuzz-calendarspec.c')
-rw-r--r--src/fuzz/fuzz-calendarspec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fuzz/fuzz-calendarspec.c b/src/fuzz/fuzz-calendarspec.c
index 80801723fd..07d3fbca7f 100644
--- a/src/fuzz/fuzz-calendarspec.c
+++ b/src/fuzz/fuzz-calendarspec.c
@@ -16,7 +16,6 @@ int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
if (calendar_spec_from_string(str, &cspec) >= 0) {
(void) calendar_spec_valid(cspec);
- (void) calendar_spec_normalize(cspec);
(void) calendar_spec_to_string(cspec, &p);
}