From: Jérémie Galarneau Date: Thu, 30 Aug 2018 17:21:50 +0000 (-0400) Subject: Cleanup: unused assignment of curr_data_ptr in lttng_elf X-Git-Tag: v2.11.0-rc1~20 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=3d77dbcb82ebdf9ad45fb40885e0762e537760e6 Cleanup: unused assignment of curr_data_ptr in lttng_elf Signed-off-by: Jérémie Galarneau --- diff --git a/src/common/lttng-elf.c b/src/common/lttng-elf.c index 118fc75af..f5702ae45 100644 --- a/src/common/lttng-elf.c +++ b/src/common/lttng-elf.c @@ -908,7 +908,6 @@ int lttng_elf_get_sdt_probe_offsets(int fd, const char *provider_name, goto destroy_elf_error; } - curr_data_ptr = stap_note_section_data; next_note_ptr = stap_note_section_data; curr_note_section_begin = stap_note_section_data;