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

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorOleksii Lysenko <lysenkoalexmail@gmail.com>2021-06-05 20:33:32 +0300
committerHannah von Reth <vonreth@kde.org>2021-06-07 17:54:15 +0300
commit7da59a7cd5e6c366ce2fe3809259aab168f5f24a (patch)
treeae95c29bf467472ec8cacace48799d536b13376a /src
parent92284bb3160dc9e24ddc0005846cc93df152dcf8 (diff)
Removed unused variable
Diffstat (limited to 'src')
-rw-r--r--src/cmd/cmd.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/cmd/cmd.cpp b/src/cmd/cmd.cpp
index f16bfb962..9661a429a 100644
--- a/src/cmd/cmd.cpp
+++ b/src/cmd/cmd.cpp
@@ -485,9 +485,6 @@ int main(int argc, char **argv)
}
}
- // take the unmodified url to pass to csync_create()
- QByteArray remUrl = options.target_url.toUtf8();
-
// Find the folder and the original owncloud url
QStringList splitted = url.path().split("/" + account->davPath());
url.setPath(splitted.value(0));