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:
@@ -84,10 +84,6 @@ bool IosPresetBuildStep::completeSetupWithStep(BuildStep *bs)
|
||||
return true;
|
||||
}
|
||||
|
||||
IosPresetBuildStep::~IosPresetBuildStep()
|
||||
{
|
||||
}
|
||||
|
||||
bool IosPresetBuildStep::init()
|
||||
{
|
||||
BuildConfiguration *bc = buildConfiguration();
|
||||
|
||||
Reference in New Issue
Block a user