[llvmonly] Share more gsharedvt wrappers.
[mono.git] / mono / mini / aot-compiler.c
index 88f095c18434167775a668e544c0db37573d902c..32ef985f00026a33621c55d1483ff56e96408044 100644 (file)
@@ -7212,8 +7212,6 @@ compile_method (MonoAotCompile *acfg, MonoMethod *method)
                /* These only need out wrappers */
                add_gsharedvt_wrappers (acfg, mono_method_signature (cfg->method), FALSE, TRUE);
 
-       //cfg->signatures = g_slist_prepend_mempool (cfg->mempool, cfg->signatures, mono_method_signature (cfg->method));
-
        /* Add gsharedvt wrappers for signatures used by the method */
        if (acfg->aot_opts.llvm_only && (acfg->opts & MONO_OPT_GSHAREDVT)) {
                GSList *l;