From 2426e6e87b491380d81da314f5acfdc597461204 Mon Sep 17 00:00:00 2001 From: Alan Beveridge Date: Sat, 29 Jun 2024 15:37:50 -0700 Subject: [PATCH] Remove obsolete TODO --- src/corrupt.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/corrupt.c b/src/corrupt.c index 6a588ff..00920f5 100644 --- a/src/corrupt.c +++ b/src/corrupt.c @@ -221,7 +221,6 @@ static uint8_t corrupt_step(GTask* task, const char* filename, const off_t files return ret; } -// TODO: Better function name. off_t corrupt_check_file(const char *filename) { struct stat st;