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).
This commit is contained in:
Stephen Kelly 2015-08-25 07:24:45 +02:00
parent e35ee02d6e
commit de6b289582
1 changed files with 0 additions and 2 deletions

View File

@ -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;