summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio71Generator.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2003-05-28 13:21:37 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2003-05-28 13:21:37 (GMT)
commit8cb6645ad8779c7066a9a31907004506b595aab2 (patch)
tree0fb33f0cf62d41c4532068d38b96600d2a10474a /Source/cmGlobalVisualStudio71Generator.cxx
parent64db4e2cd8706ea91a8598145cff5d7607e3bfd2 (diff)
downloadCMake-8cb6645ad8779c7066a9a31907004506b595aab2.zip
CMake-8cb6645ad8779c7066a9a31907004506b595aab2.tar.gz
CMake-8cb6645ad8779c7066a9a31907004506b595aab2.tar.bz2
Remove some borland 6 warnings
Diffstat (limited to 'Source/cmGlobalVisualStudio71Generator.cxx')
-rw-r--r--Source/cmGlobalVisualStudio71Generator.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmGlobalVisualStudio71Generator.cxx b/Source/cmGlobalVisualStudio71Generator.cxx
index 8fc1a08..d38c300 100644
--- a/Source/cmGlobalVisualStudio71Generator.cxx
+++ b/Source/cmGlobalVisualStudio71Generator.cxx
@@ -203,7 +203,6 @@ void cmGlobalVisualStudio71Generator::WriteProjectDepends(std::ostream& fout,
const cmTarget& target
)
{
- int depcount = 0;
// insert Begin Project Dependency Project_Dep_Name project stuff here
if (target.GetType() != cmTarget::STATIC_LIBRARY)
{
@@ -237,7 +236,6 @@ void cmGlobalVisualStudio71Generator::WriteProjectDepends(std::ostream& fout,
{
fout << "\t\t{" << this->CreateGUID(i->c_str()) << "} = {"
<< this->CreateGUID(i->c_str()) << "}\n";
- depcount++;
}
}
}