Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoão Matos <joao@tritao.eu>2016-02-17 20:18:06 +0300
committerJoão Matos <joao@tritao.eu>2016-02-17 20:18:06 +0300
commitba2e5e42f342f2b64fedc3cee2ef925c57c4a325 (patch)
tree67c97ac68bf458f9440b3a185d3d9c954ca7560d
parentd47dfa8b5175b2c8ea5e6e5c99659c616218dadb (diff)
[aot] Remove debugging print.mono-4.3.2.467
-rw-r--r--mono/mini/aot-compiler.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mono/mini/aot-compiler.c b/mono/mini/aot-compiler.c
index 8fcd8a50f55..91cb5ce5004 100644
--- a/mono/mini/aot-compiler.c
+++ b/mono/mini/aot-compiler.c
@@ -8554,7 +8554,6 @@ emit_exception_info (MonoAotCompile *acfg)
if (seq_points_to_file) {
char *seq_points_aot_file = acfg->aot_opts.gen_seq_points_file_path ? acfg->aot_opts.gen_seq_points_file_path
: g_strdup_printf("%s%s", acfg->image->name, SEQ_POINT_AOT_EXT);
- printf("%s\n", seq_points_aot_file);
mono_seq_point_data_write (&sp_data, seq_points_aot_file);
mono_seq_point_data_free (&sp_data);
g_free (seq_points_aot_file);