summaryrefslogtreecommitdiff
path: root/Source/cmcmd.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2021-02-18 09:37:21 -0500
committerBrad King <brad.king@kitware.com>2021-02-18 09:37:21 -0500
commit06e50776883f2ea83a214a1431569458ed14d72f (patch)
treed559a50d513e097d5fe346def7045674e45c983d /Source/cmcmd.cxx
parent50fc9d5b45a7dcbb11152ea77b2d47c66e277265 (diff)
downloadcmake-06e50776883f2ea83a214a1431569458ed14d72f.tar.gz
bindexplib: remove stray debugging output when using llvm-nm
Remove a debugging message left by commit c856d4556b (bindexplib: supporting llvm bitcode formats using llvm-nm, 2019-08-13, v3.16.0-rc1~161^2~1).
Diffstat (limited to 'Source/cmcmd.cxx')
-rw-r--r--Source/cmcmd.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmcmd.cxx b/Source/cmcmd.cxx
index 5791c0509e..6713cc3582 100644
--- a/Source/cmcmd.cxx
+++ b/Source/cmcmd.cxx
@@ -754,7 +754,6 @@ int cmcmd::ExecuteCMakeCommand(std::vector<std::string> const& args,
std::string const& a = args[4];
if (cmHasLiteralPrefix(a, "--nm=")) {
deffile.SetNmPath(a.substr(5));
- std::cerr << a.substr(5) << "\n";
} else {
std::cerr << "unknown argument: " << a << "\n";
}