Skip to content

Commit

Permalink
[2018-08] [crash] Remove duplicated il_offset (#11702)
Browse files Browse the repository at this point in the history
This code is duplicated completely from the code directly above it (github doesn't show in this diff)

Backport of #11700.
  • Loading branch information
monojenkins authored and akoeplinger committed Nov 15, 2018
1 parent b20dad6 commit 0206338
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions mono/utils/mono-state.c
Expand Up @@ -143,11 +143,6 @@ mono_native_state_add_frame (JsonWriter *writer, MonoFrameSummary *frame)
mono_json_writer_object_key(writer, "il_offset");
mono_json_writer_printf (writer, "\"0x%05x\"\n", frame->managed_data.il_offset);

assert_has_space ();
mono_json_writer_indent (writer);
mono_json_writer_object_key(writer, "il_offset");
mono_json_writer_printf (writer, "\"0x%05x\"\n", frame->managed_data.il_offset);

} else {
assert_has_space ();
mono_json_writer_indent (writer);
Expand Down

0 comments on commit 0206338

Please sign in to comment.