From ddf5a01a302f3a075049da55f3992f042ae91da3 Mon Sep 17 00:00:00 2001
From: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Date: Mon, 25 Oct 2010 17:50:56 +0200
Subject: [PATCH] kill dead source string

---
 src/plugins/git/gitclient.cpp | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/src/plugins/git/gitclient.cpp b/src/plugins/git/gitclient.cpp
index 1e9adeb5142..fad4e9391ea 100644
--- a/src/plugins/git/gitclient.cpp
+++ b/src/plugins/git/gitclient.cpp
@@ -69,13 +69,6 @@
 static const char *const kGitDirectoryC = ".git";
 static const char *const kBranchIndicatorC = "# On branch";
 
-static inline QString msgServerFailure()
-{
-    return Git::Internal::GitClient::tr(
-"Note that the git plugin for QtCreator is not able to interact with the server "
-"so far. Thus, manual ssh-identification etc. will not work.");
-}
-
 inline Core::IEditor* locateEditor(const Core::ICore *core, const char *property, const QString &entry)
 {
     foreach (Core::IEditor *ed, core->editorManager()->openedEditors())
-- 
GitLab