From 3d77dbcb82ebdf9ad45fb40885e0762e537760e6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Thu, 30 Aug 2018 13:21:50 -0400 Subject: [PATCH] Cleanup: unused assignment of curr_data_ptr in lttng_elf MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- src/common/lttng-elf.c | 1 - 1 file changed, 1 deletion(-) 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; -- 2.34.1