diff options
Diffstat (limited to 'gdb/probe.c')
-rw-r--r-- | gdb/probe.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/probe.c b/gdb/probe.c index 5b5e6f0..ce28361 100644 --- a/gdb/probe.c +++ b/gdb/probe.c @@ -85,9 +85,6 @@ parse_probes_in_pspace (const struct probe_ops *probe_ops, continue; symtab_and_line sal; - - init_sal (&sal); - sal.pc = get_probe_address (probe, objfile); sal.explicit_pc = 1; sal.section = find_pc_overlay (sal.pc); |