summaryrefslogtreecommitdiff
path: root/plugins/ropgadgets
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2020-07-26 19:44:20 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2020-07-26 21:00:03 (GMT)
commitb80a36ab9746ca47b9c50827efe3856ce2840144 (patch)
tree622139ccf4d1b62d873be80b4547696f2acfb934 /plugins/ropgadgets
parentba30fbc703ff3ad77bb5df6c167809955215d49c (diff)
Removed dead code.
Diffstat (limited to 'plugins/ropgadgets')
-rw-r--r--plugins/ropgadgets/select.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ropgadgets/select.c b/plugins/ropgadgets/select.c
index 9df71bb..099560a 100644
--- a/plugins/ropgadgets/select.c
+++ b/plugins/ropgadgets/select.c
@@ -1533,7 +1533,7 @@ static void add_new_gadgets_for_category(GExeFormat *format, GtkComboBoxText *co
{
instr = chain->instrs[j];
- line = g_buffer_line_new(UNUSED_MRANGE_PTR, BLC_ASSEMBLY);
+ line = g_buffer_line_new(BLC_ASSEMBLY);
g_line_generator_print(G_LINE_GENERATOR(instr), line, -1, 0, content);
if (j == 0)