From: Nick Lewycky Date: Sun, 15 Feb 2009 22:50:17 +0000 (+0000) Subject: Shoot! Remove this debugging line again! X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=45eb7865c924001e09bb2049708d4f1576ac23d4 Shoot! Remove this debugging line again! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64617 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/gold/gold-plugin.cpp b/tools/gold/gold-plugin.cpp index 8776d848daa..7735af7e058 100644 --- a/tools/gold/gold-plugin.cpp +++ b/tools/gold/gold-plugin.cpp @@ -290,8 +290,6 @@ ld_plugin_status all_symbols_read_hook(void) { E = Modules.end(); I != E; ++I) { (*get_symbols)(I->handle, I->syms.size(), &I->syms[0]); for (unsigned i = 0, e = I->syms.size(); i != e; i++) { - (*message)(LDPL_WARNING, "def: %d visibility: %d resolution %d", - I->syms[i].def, I->syms[i].visibility, I->syms[i].resolution); if (I->syms[i].resolution == LDPR_PREVAILING_DEF || (I->syms[i].def == LDPK_COMMON && I->syms[i].resolution == LDPR_RESOLVED_IR)) {