summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-08-25 05:24:45 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-08-25 21:06:33 (GMT)
commitde6b2895824fdac9a25fa9cd2f0f7c38b29547dc (patch)
tree8afd601db91d794ebde547866be3d5237aa8286c /Source
parente35ee02d6e6aa5d1e9bc50d7c378dcbbabcf52bd (diff)
downloadCMake-de6b2895824fdac9a25fa9cd2f0f7c38b29547dc.zip
CMake-de6b2895824fdac9a25fa9cd2f0f7c38b29547dc.tar.gz
CMake-de6b2895824fdac9a25fa9cd2f0f7c38b29547dc.tar.bz2
cmTarget: Remove vestigal method declaration.
The definition was removed in commit v3.1.0-rc1~688^2~5 (cmTarget: Allow any generator expression in SOURCES property., 2014-03-18).
Diffstat (limited to 'Source')
-rw-r--r--Source/cmTarget.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h
index 2007b40..dccf550 100644
--- a/Source/cmTarget.h
+++ b/Source/cmTarget.h
@@ -614,8 +614,6 @@ private:
void MaybeInvalidatePropertyCache(const std::string& prop);
- void ProcessSourceExpression(std::string const& expr);
-
// Internal representation details.
friend class cmTargetInternals;
friend class cmGeneratorTarget;