diff options
author | Pedro Alves <pedro@palves.net> | 2022-05-06 23:39:47 +0100 |
---|---|---|
committer | Pedro Alves <pedro@palves.net> | 2022-05-20 20:41:00 +0100 |
commit | ef4848c75f82738c342f978b3a80b83ce1817772 (patch) | |
tree | dca688d50bef08a720419b92047945c74ebb18eb /gdb/breakpoint.h | |
parent | ff733ec228e3f4f1c1607fe50aeb944505105fde (diff) | |
download | binutils-ef4848c75f82738c342f978b3a80b83ce1817772.zip binutils-ef4848c75f82738c342f978b3a80b83ce1817772.tar.gz binutils-ef4848c75f82738c342f978b3a80b83ce1817772.tar.bz2 |
More breakpoint_ops parameter elimination
Remove breakpoint_ops parameters from a few functions that don't need
it.
Change-Id: Ifcf5e1cc688184acbf5e19b8ea60138ebe63cf28
Diffstat (limited to 'gdb/breakpoint.h')
-rw-r--r-- | gdb/breakpoint.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/breakpoint.h b/gdb/breakpoint.h index 48cecea..fb2bbd7 100644 --- a/gdb/breakpoint.h +++ b/gdb/breakpoint.h @@ -582,8 +582,7 @@ struct breakpoint_ops gdb::unique_xmalloc_ptr<char>, gdb::unique_xmalloc_ptr<char>, enum bptype, enum bpdisp, int, int, - int, const struct breakpoint_ops *, - int, int, int, unsigned); + int, int, int, int, unsigned); }; enum watchpoint_triggered |