ftpfs.c: remove unused variable "range"
This commit is contained in:
2
ftpfs.c
2
ftpfs.c
@@ -525,7 +525,7 @@ int write_thread_ctr = 0;
|
|||||||
|
|
||||||
static void *ftpfs_write_thread(void *data) {
|
static void *ftpfs_write_thread(void *data) {
|
||||||
struct ftpfs_file *fh = 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);
|
DEBUG(2, "enter streaming write thread #%d path=%s pos=%ld\n", ++write_thread_ctr, fh->full_path, fh->pos);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user