summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2001-05-21 18:17:19 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2001-05-21 18:17:19 (GMT)
commit26f638248dcbc598512b16ab5bec0e1d5e0ea267 (patch)
tree96ade349c64b5f508fa0ddfd367135132afc9bca /Source
parent4ea1c51ebae49375bbb4bafce8e40a02741bda3a (diff)
downloadCMake-26f638248dcbc598512b16ab5bec0e1d5e0ea267.zip
CMake-26f638248dcbc598512b16ab5bec0e1d5e0ea267.tar.gz
CMake-26f638248dcbc598512b16ab5bec0e1d5e0ea267.tar.bz2
BUG: remove declaration without variable
Diffstat (limited to 'Source')
-rw-r--r--Source/cmake.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmake.cxx b/Source/cmake.cxx
index 8915c68..918438c 100644
--- a/Source/cmake.cxx
+++ b/Source/cmake.cxx
@@ -78,7 +78,6 @@ void cmake::SetArgs(cmMakefile& builder, int ac, char** av)
// watch for cmake and cmake srcdir invocations
if (ac <= 2)
{
- std::string ;
builder.SetHomeOutputDirectory
(cmSystemTools::GetCurrentWorkingDirectory().c_str());
builder.SetStartOutputDirectory