forked from qt-creator/qt-creator
VCS: Purge unused VcsProjectCache
Its only use was removed in 28e8960a1e
(version 4.3.1).
Change-Id: Ibc20bfb0dc57e3ba427cd08b527959b7b1a26646
Reviewed-by: André Hartmann <aha_1980@gmx.de>
This commit is contained in:
committed by
Orgad Shaneh
parent
50aebba181
commit
650153b8cf
@@ -31,7 +31,6 @@
|
||||
#include "commonsettingspage.h"
|
||||
#include "nicknamedialog.h"
|
||||
#include "vcsoutputwindow.h"
|
||||
#include "vcsprojectcache.h"
|
||||
#include "wizard/vcscommandpage.h"
|
||||
#include "wizard/vcsconfigurationpage.h"
|
||||
#include "wizard/vcsjsextension.h"
|
||||
@@ -72,7 +71,6 @@ VcsPlugin::VcsPlugin()
|
||||
|
||||
VcsPlugin::~VcsPlugin()
|
||||
{
|
||||
VcsProjectCache::destroy();
|
||||
VcsOutputWindow::destroy();
|
||||
m_instance = nullptr;
|
||||
}
|
||||
@@ -138,7 +136,6 @@ bool VcsPlugin::initialize(const QStringList &arguments, QString *errorMessage)
|
||||
|
||||
void VcsPlugin::extensionsInitialized()
|
||||
{
|
||||
VcsProjectCache::create();
|
||||
}
|
||||
|
||||
VcsPlugin *VcsPlugin::instance()
|
||||
|
||||
Reference in New Issue
Block a user