diff options
author | Michael Stürmer <michael.stuermer@schaeffler.com> | 2018-03-22 17:09:43 +0100 |
---|---|---|
committer | Michael Stürmer <michael.stuermer@schaeffler.com> | 2018-04-24 07:05:17 +0200 |
commit | 663f5120f4e20ec716c742fea1d35cced3e3871f (patch) | |
tree | 514f896db9c075ccf224af6c7af0d292f27c78ba /Source/cmGlobalVisualStudioGenerator.h | |
parent | 359544a9074a26c3d5d7801932c809048763c341 (diff) | |
download | cmake-663f5120f4e20ec716c742fea1d35cced3e3871f.tar.gz |
cmGlobalVisualStudioGenerator: remove TargetCanBeReferenced()
Diffstat (limited to 'Source/cmGlobalVisualStudioGenerator.h')
-rw-r--r-- | Source/cmGlobalVisualStudioGenerator.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmGlobalVisualStudioGenerator.h b/Source/cmGlobalVisualStudioGenerator.h index da1f9a4da4..07bc9a3930 100644 --- a/Source/cmGlobalVisualStudioGenerator.h +++ b/Source/cmGlobalVisualStudioGenerator.h @@ -81,9 +81,6 @@ public: // return true if target is fortran only bool TargetIsFortranOnly(const cmGeneratorTarget* gt); - // return true if target can be referenced by C# targets - bool TargetCanBeReferenced(cmGeneratorTarget const* gt); - /** Get the top-level registry key for this VS version. */ std::string GetRegistryBase(); |