forked from qt-creator/qt-creator
Git: Remove unnecessary destructor
Change-Id: Ib4041924e1544d1ec2c5837c62c23554c6be0e91 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
@@ -672,10 +672,6 @@ GitClient::GitClient(GitSettings *settings) :
|
||||
.arg(QCoreApplication::applicationPid());
|
||||
}
|
||||
|
||||
GitClient::~GitClient()
|
||||
{
|
||||
}
|
||||
|
||||
QString GitClient::findRepositoryForDirectory(const QString &dir) const
|
||||
{
|
||||
if (dir.isEmpty() || dir.endsWith(QLatin1String("/.git"))
|
||||
|
||||
Reference in New Issue
Block a user