diff options
author | Orgad Shaneh <[email protected]> | 2016-07-15 18:50:01 +0300 |
---|---|---|
committer | Orgad Shaneh <[email protected]> | 2016-07-18 07:37:46 +0000 |
commit | 6567db9c5b38558df396edd0fe3276b16a099042 (patch) | |
tree | 2a8d63dd63ed61004b2bbc65f88f885ec4dccaa5 /src/plugins/git/gitclient.h | |
parent | b7021f83f322f851c9c6b57e28e2a892fbc42c89 (diff) |
Git: Delete unused cloneRepository function
It is now implemented by the wizard, using
GitVersionControl::createInitialCheckoutCommand.
Change-Id: Ie847402cf1bc22444d2142baa57bfac6a136fb8f
Reviewed-by: André Hartmann <[email protected]>
Reviewed-by: Tobias Hunger <[email protected]>
Diffstat (limited to 'src/plugins/git/gitclient.h')
-rw-r--r-- | src/plugins/git/gitclient.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/git/gitclient.h b/src/plugins/git/gitclient.h index 9f6251da624..19398f1a869 100644 --- a/src/plugins/git/gitclient.h +++ b/src/plugins/git/gitclient.h @@ -242,7 +242,6 @@ public: bool isRemoteCommit(const QString &workingDirectory, const QString &commit); bool isFastForwardMerge(const QString &workingDirectory, const QString &branch); - bool cloneRepository(const QString &directory, const QByteArray &url); void fetch(const QString &workingDirectory, const QString &remote); bool synchronousPull(const QString &workingDirectory, bool rebase); void push(const QString &workingDirectory, const QStringList &pushArgs = QStringList()); |