diff options
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r-- | Source/cmTarget.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h index a9d2454..443a2d0 100644 --- a/Source/cmTarget.h +++ b/Source/cmTarget.h @@ -414,13 +414,6 @@ private: friend class cmGeneratorTarget; friend class cmTargetTraceDependencies; - void ComputeVersionedName(std::string& vName, - std::string const& prefix, - std::string const& base, - std::string const& suffix, - std::string const& name, - const char* version) const; - cmListFileBacktrace Backtrace; }; |