From 06e50776883f2ea83a214a1431569458ed14d72f Mon Sep 17 00:00:00 2001 From: Brad King Date: Thu, 18 Feb 2021 09:37:21 -0500 Subject: 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). --- Source/cmcmd.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/cmcmd.cxx b/Source/cmcmd.cxx index 5791c05..6713cc3 100644 --- a/Source/cmcmd.cxx +++ b/Source/cmcmd.cxx @@ -754,7 +754,6 @@ int cmcmd::ExecuteCMakeCommand(std::vector 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"; } -- cgit v0.12