summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-09-12 19:54:02 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-10-07 18:17:55 (GMT)
commitaf71c7b47947860d06c659647c6ff33ab3676284 (patch)
tree129b1b20dd81cd8569000ea97ca0853f70ce2f1d /Source/cmTarget.h
parentdce6581b7b58c346796c8d3045f4ce70d9672755 (diff)
downloadCMake-af71c7b47947860d06c659647c6ff33ab3676284.zip
CMake-af71c7b47947860d06c659647c6ff33ab3676284.tar.gz
CMake-af71c7b47947860d06c659647c6ff33ab3676284.tar.bz2
cmTarget: Remove Compute method.
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r--Source/cmTarget.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h
index 71f0d1f..354eda2 100644
--- a/Source/cmTarget.h
+++ b/Source/cmTarget.h
@@ -133,8 +133,6 @@ public:
void AddPostBuildCommand(cmCustomCommand const &cmd)
{this->PostBuildCommands.push_back(cmd);}
- void Compute();
-
/**
* Add sources to the target.
*/