diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2006-03-03 02:33:57 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2006-03-03 02:33:57 (GMT) |
commit | be375b1bcd8cddfaa6e0d444e7c28612ac1f27be (patch) | |
tree | 84fda9344356f8d61bd8cccde1b4f3380f78e223 /Source/kwsys/Registry.cxx | |
parent | 8aa178639c6923a3bef89f70a74c0767ec79f401 (diff) | |
download | CMake-be375b1bcd8cddfaa6e0d444e7c28612ac1f27be.zip CMake-be375b1bcd8cddfaa6e0d444e7c28612ac1f27be.tar.gz CMake-be375b1bcd8cddfaa6e0d444e7c28612ac1f27be.tar.bz2 |
ENH: fix std in kwsys, has to be kwsys_stl
Diffstat (limited to 'Source/kwsys/Registry.cxx')
-rw-r--r-- | Source/kwsys/Registry.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/kwsys/Registry.cxx b/Source/kwsys/Registry.cxx index 414b066..3c0be26 100644 --- a/Source/kwsys/Registry.cxx +++ b/Source/kwsys/Registry.cxx @@ -267,7 +267,6 @@ bool Registry::DeleteValue(const char *subkey, const char *key) if ( !this->Open(this->GetTopLevel(), subkey, Registry::READWRITE) ) { - std::cerr << "Failed to open\n"; return res; } open = true; |