mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-27 09:30:13 +03:00
ownCloud: Removed unused stat variable.
This commit is contained in:
parent
7a70a6fa69
commit
403fec1454
1 changed files with 0 additions and 1 deletions
|
@ -160,7 +160,6 @@ struct dav_session_s dav_session; /* The DAV Session, initialised in dav_connect
|
||||||
int _connected = 0; /* flag to indicate if a connection exists, ie.
|
int _connected = 0; /* flag to indicate if a connection exists, ie.
|
||||||
the dav_session is valid */
|
the dav_session is valid */
|
||||||
csync_vio_file_stat_t _fs;
|
csync_vio_file_stat_t _fs;
|
||||||
csync_vio_file_stat_t _owc;
|
|
||||||
|
|
||||||
csync_auth_callback _authcb;
|
csync_auth_callback _authcb;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue