From 26f638248dcbc598512b16ab5bec0e1d5e0ea267 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Mon, 21 May 2001 14:17:19 -0400 Subject: [PATCH] BUG: remove declaration without variable --- Source/cmake.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/cmake.cxx b/Source/cmake.cxx index 8915c687e9..918438ce6e 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