Remove unnecessary destructors

Change-Id: Id0bc2d3a305e6af24838266195ab22e04e3a12a1
Reviewed-by: Niels Weber <niels.weber@theqtcompany.com>
This commit is contained in:
Tobias Hunger
2015-11-13 11:44:00 +01:00
parent 0e278e9efe
commit a110abeed7
32 changed files with 2 additions and 82 deletions

View File

@@ -84,10 +84,6 @@ void BareMetalGdbCommandsDeployStep::ctor()
setDefaultDisplayName(displayName());
}
BareMetalGdbCommandsDeployStep::~BareMetalGdbCommandsDeployStep()
{
}
void BareMetalGdbCommandsDeployStep::run(QFutureInterface<bool> &fi)
{
fi.reportResult(true);