[Pkg-owncloud-commits] [owncloud-client] 124/211: Remove unused variable, fixes compile warning.

Sandro Knauß hefee-guest at moszumanska.debian.org
Sat Oct 25 09:10:36 UTC 2014


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a commit to branch master
in repository owncloud-client.

commit 2dfe0ed42ebc83b4205fd13954d8d2f50f62af7e
Author: Klaas Freitag <freitag at owncloud.com>
Date:   Mon Oct 20 10:49:48 2014 +0200

    Remove unused variable, fixes compile warning.
---
 src/mirall/socketapi.cpp | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/mirall/socketapi.cpp b/src/mirall/socketapi.cpp
index 26abe78..039dcf8 100644
--- a/src/mirall/socketapi.cpp
+++ b/src/mirall/socketapi.cpp
@@ -445,10 +445,8 @@ SyncFileStatus SocketApi::fileStatus(Folder *folder, const QString& systemFileNa
     QString file = folder->path();
     QString fileName = systemFileName.normalized(QString::NormalizationForm_C);
 
-    bool isSyncRootFolder = true;
     if( fileName != QLatin1String("/") && !fileName.isEmpty() ) {
         file = folder->path() + fileName;
-        isSyncRootFolder = false;
     }
 
     if( fileName.endsWith(QLatin1Char('/')) ) {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git



More information about the Pkg-owncloud-commits mailing list