ftpfs.c: remove unused variable "range"

This commit is contained in:
2024-12-26 23:55:21 +00:00
parent 7b7d769d59
commit d0affffc5c

View File

@@ -525,7 +525,7 @@ int write_thread_ctr = 0;
static void *ftpfs_write_thread(void *data) {
struct ftpfs_file *fh = data;
char range[15];
//char range[15];
DEBUG(2, "enter streaming write thread #%d path=%s pos=%ld\n", ++write_thread_ctr, fh->full_path, fh->pos);