Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannah von Reth <hannah.vonreth@owncloud.com>2021-02-17 17:41:32 +0300
committerMatthieu Gallien <matthieu.gallien@nextcloud.com>2021-08-23 10:44:34 +0300
commit4b0122093a97f5f1a68b0c407b79621a97b14f02 (patch)
tree3726204a466d3ae1c48aa821f0a1e49fdc7ef284 /src/libsync/discovery.cpp
parent010fccb4fa1a951f0e6a76a41ee4fe0df1d7c143 (diff)
Add socket command to upload a selection of files based on a regex
(cherry picked from commit 0ded3a56a9f3470a951b18eaa9d3c1b5e8db1135)
Diffstat (limited to 'src/libsync/discovery.cpp')
-rw-r--r--src/libsync/discovery.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libsync/discovery.cpp b/src/libsync/discovery.cpp
index 8272ab249..7602a3bd4 100644
--- a/src/libsync/discovery.cpp
+++ b/src/libsync/discovery.cpp
@@ -67,8 +67,6 @@ void ProcessDirectoryJob::process()
{
ASSERT(_localQueryDone && _serverQueryDone);
- QString localDir;
-
// Build lookup tables for local, remote and db entries.
// For suffix-virtual files, the key will normally be the base file name
// without the suffix.