From 72751a9b98e48bdfe528b394f3303992fb1f21eb Mon Sep 17 00:00:00 2001 From: Orgad Shaneh Date: Sat, 10 Dec 2022 21:00:57 +0200 Subject: [PATCH] Git: Remove outdated comment Missed in eb1226df68edb2180425fda8411f57aab06c7b5f. Change-Id: Ib5d6d11bdb563882a2a651b3e26a30f006af973d Reviewed-by: hjk --- src/plugins/git/gitclient.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/plugins/git/gitclient.cpp b/src/plugins/git/gitclient.cpp index 2c32f8ac853..d4a1cd3f82e 100644 --- a/src/plugins/git/gitclient.cpp +++ b/src/plugins/git/gitclient.cpp @@ -744,8 +744,6 @@ static void handleConflictResponse(const VcsBase::CommandResult &result, if (errMatch.hasMatch()) commit = errMatch.captured(1); - // If interactive rebase editor window is closed, plugin is terminated - // but referenced here when the command ends if (commit.isEmpty() && files.isEmpty()) { if (m_instance->checkCommandInProgress(workingDirectory) == GitClient::NoCommand) m_instance->endStashScope(workingDirectory);