diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2003-05-28 13:21:37 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2003-05-28 13:21:37 (GMT) |
commit | 8cb6645ad8779c7066a9a31907004506b595aab2 (patch) | |
tree | 0fb33f0cf62d41c4532068d38b96600d2a10474a /Source/cmGlobalVisualStudio71Generator.cxx | |
parent | 64db4e2cd8706ea91a8598145cff5d7607e3bfd2 (diff) | |
download | CMake-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.cxx | 2 |
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++; } } } |