forked from qt-creator/qt-creator
Remove unnecessary destructors
Change-Id: Id0bc2d3a305e6af24838266195ab22e04e3a12a1 Reviewed-by: Niels Weber <niels.weber@theqtcompany.com>
This commit is contained in:
@@ -115,10 +115,6 @@ void MakeStep::ctor()
|
||||
this, &MakeStep::buildTargetsChanged);
|
||||
}
|
||||
|
||||
MakeStep::~MakeStep()
|
||||
{
|
||||
}
|
||||
|
||||
CMakeBuildConfiguration *MakeStep::cmakeBuildConfiguration() const
|
||||
{
|
||||
return static_cast<CMakeBuildConfiguration *>(buildConfiguration());
|
||||
|
||||
Reference in New Issue
Block a user