VCS: Remove redundant calls to default constructor

Change-Id: I4521e26e72c85e896e58e4d9d129f92b2d80f869
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This commit is contained in:
Orgad Shaneh
2013-04-19 17:54:05 +03:00
committed by Orgad Shaneh
parent 33f4adf072
commit 83b57eda89
6 changed files with 1 additions and 7 deletions

View File

@@ -125,7 +125,6 @@ using namespace Git::Internal;
GitPlugin *GitPlugin::m_instance = 0;
GitPlugin::GitPlugin() :
VcsBase::VcsBasePlugin(),
m_commandLocator(0),
m_submitCurrentAction(0),
m_diffSelectedFilesAction(0),