CMake: Remove unnecessary members from CMakeTargets

Change-Id: I6428496f4eab0d42f44525477c716f74714f8824
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
Tobias Hunger
2016-10-06 11:31:21 +02:00
parent d41e10a595
commit 01149ad955
3 changed files with 0 additions and 9 deletions

View File

@@ -642,7 +642,6 @@ void CMakeBuildTarget::clear()
{
executable.clear();
makeCommand.clear();
makeCleanCommand.clear();
workingDirectory.clear();
sourceDirectory.clear();
title.clear();