From de6b2895824fdac9a25fa9cd2f0f7c38b29547dc Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Tue, 25 Aug 2015 07:24:45 +0200 Subject: 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). --- Source/cmTarget.h | 2 -- 1 file changed, 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; -- cgit v0.12