diff --git a/Source/cmTarget.h b/Source/cmTarget.h index 2007b40966..dccf5505fa 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;