aboutsummaryrefslogtreecommitdiff
path: root/gdb/regset.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/regset.h')
-rw-r--r--gdb/regset.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/gdb/regset.h b/gdb/regset.h
index f1a6e24..03dbdaa 100644
--- a/gdb/regset.h
+++ b/gdb/regset.h
@@ -52,15 +52,4 @@ struct regset
collect_regset_ftype *collect_regset;
};
-/* Allocate a fresh 'struct regset' whose supply_regset function is
- SUPPLY_REGSET, and whose collect_regset function is COLLECT_REGSET.
- If the regset has no collect_regset function, pass NULL for
- COLLECT_REGSET.
-
- The object returned is allocated on ARCH's obstack. */
-
-extern struct regset *regset_alloc (struct gdbarch *arch,
- supply_regset_ftype *supply_regset,
- collect_regset_ftype *collect_regset);
-
#endif /* regset.h */