summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudioGenerator.h
diff options
context:
space:
mode:
authorMichael Stürmer <michael.stuermer@schaeffler.com>2018-03-19 20:15:02 (GMT)
committerMichael Stürmer <michael.stuermer@schaeffler.com>2018-04-23 05:31:21 (GMT)
commitf9042d807db3264772dc08452195809b1f7a3a0c (patch)
treee1ff9fa588889cfe30a721a0fdba0409c78ff618 /Source/cmGlobalVisualStudioGenerator.h
parent709277640b577adc98bd2cead613b3c79a5546dd (diff)
downloadCMake-f9042d807db3264772dc08452195809b1f7a3a0c.zip
CMake-f9042d807db3264772dc08452195809b1f7a3a0c.tar.gz
CMake-f9042d807db3264772dc08452195809b1f7a3a0c.tar.bz2
remove TargetIsCSharpOnly() and use methods from cmGeneratorTarget
Diffstat (limited to 'Source/cmGlobalVisualStudioGenerator.h')
-rw-r--r--Source/cmGlobalVisualStudioGenerator.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmGlobalVisualStudioGenerator.h b/Source/cmGlobalVisualStudioGenerator.h
index f39dcca..da1f9a4 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 is C# only
- static bool TargetIsCSharpOnly(cmGeneratorTarget const* gt);
-
// return true if target can be referenced by C# targets
bool TargetCanBeReferenced(cmGeneratorTarget const* gt);