forked from qt-creator/qt-creator
VcsBaseDiffEditorController: Get rid of unused field
Amends 6845434f3d
Change-Id: I73a01ddf8e3068dbe54f886c0194ccbc647967b0
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -9,7 +9,6 @@
|
||||
#include <utils/environment.h>
|
||||
#include <utils/futuresynchronizer.h>
|
||||
#include <utils/process.h>
|
||||
#include <utils/qtcassert.h>
|
||||
|
||||
using namespace DiffEditor;
|
||||
using namespace Tasking;
|
||||
@@ -25,7 +24,6 @@ public:
|
||||
VcsBaseDiffEditorController *q;
|
||||
Environment m_processEnvironment;
|
||||
FilePath m_vcsBinary;
|
||||
const TreeStorage<QString> m_inputStorage;
|
||||
};
|
||||
|
||||
/////////////////////
|
||||
|
||||
Reference in New Issue
Block a user