[Pkg-owncloud-commits] [owncloud-client] 193/332: Remove unused socketPath variable.
Sandro Knauß
hefee-guest at moszumanska.debian.org
Thu Aug 14 21:06:58 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 7772501cdfa5b42f99005aa1a3f375018c4495c7
Author: Klaas Freitag <freitag at owncloud.com>
Date: Thu Jul 10 17:23:28 2014 +0200
Remove unused socketPath variable.
---
src/mirall/socketapi.cpp | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/src/mirall/socketapi.cpp b/src/mirall/socketapi.cpp
index 8a0b7c6..ec34e02 100644
--- a/src/mirall/socketapi.cpp
+++ b/src/mirall/socketapi.cpp
@@ -160,15 +160,6 @@ SocketApi::SocketApi(QObject* parent, const QUrl& localFile)
: QObject(parent)
, _localServer(0)
{
- QString socketPath;
- if (Utility::isWindows()) {
- socketPath = QLatin1String("\\\\.\\pipe\\")
- + Theme::instance()->appName();
- } else {
- socketPath = localFile.toLocalFile();
-
- }
-
// setup socket
_localServer = new QTcpServer(this);
_localServer->listen( QHostAddress::LocalHost, 33001);
--
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