aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/git/gitcommand.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/git/gitcommand.cpp')
-rw-r--r--src/plugins/git/gitcommand.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/git/gitcommand.cpp b/src/plugins/git/gitcommand.cpp
index ea6c17dab13..3f7a97095e6 100644
--- a/src/plugins/git/gitcommand.cpp
+++ b/src/plugins/git/gitcommand.cpp
@@ -177,8 +177,6 @@ void GitCommand::run()
emit errorText(error);
emit finished(ok, m_cookie);
- if (ok)
- emit success();
// As it is used asynchronously, we need to delete ourselves
this->deleteLater();
}