mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-23 21:46:03 +03:00
Remove unused varialbe.
This commit is contained in:
parent
1561032973
commit
8a80a55aec
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ static void test_hbf_splitlist_zero( void **state ){
|
|||
|
||||
hbf_transfer_t *list = NULL;
|
||||
const char *dest_url = "http://localhost/ocm/remote.php/webdav/big/zerofile.txt";
|
||||
int i, fd;
|
||||
int fd;
|
||||
Hbf_State hbf_state;
|
||||
|
||||
(void) state;
|
||||
|
|
Loading…
Reference in a new issue