summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudioGenerator.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2008-05-01 02:17:35 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2008-05-01 02:17:35 (GMT)
commita131a828110149e05452ae16410fe0e09e164547 (patch)
treed7e29a60f5b25b5523c40bfa500735f21f6b87fb /Source/cmGlobalVisualStudioGenerator.cxx
parent3a5bdaa21319665405104964562dd471aee7cb48 (diff)
downloadCMake-a131a828110149e05452ae16410fe0e09e164547.zip
CMake-a131a828110149e05452ae16410fe0e09e164547.tar.gz
CMake-a131a828110149e05452ae16410fe0e09e164547.tar.bz2
STYLE: fix warning
Diffstat (limited to 'Source/cmGlobalVisualStudioGenerator.cxx')
-rw-r--r--Source/cmGlobalVisualStudioGenerator.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmGlobalVisualStudioGenerator.cxx b/Source/cmGlobalVisualStudioGenerator.cxx
index 6dd2f1f..e28b293 100644
--- a/Source/cmGlobalVisualStudioGenerator.cxx
+++ b/Source/cmGlobalVisualStudioGenerator.cxx
@@ -709,7 +709,6 @@ bool cmGlobalVisualStudioGenerator::TargetIsFortranOnly(cmTarget& target)
// check to see if this is a fortran build
std::set<cmStdString> languages;
target.GetLanguages(languages);
- const char* ext = ".vcproj";
if(languages.size() == 1)
{
if(*languages.begin() == "Fortran")