summaryrefslogtreecommitdiff
path: root/gdb/xml-syscall.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/xml-syscall.c')
-rw-r--r--gdb/xml-syscall.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/gdb/xml-syscall.c b/gdb/xml-syscall.c
index d61c499e31..3f5585c65a 100644
--- a/gdb/xml-syscall.c
+++ b/gdb/xml-syscall.c
@@ -354,13 +354,6 @@ xml_get_syscall_name (const struct syscalls_info *sysinfo,
return NULL;
}
-static int
-xml_number_of_syscalls (const struct syscalls_info *sysinfo)
-{
- return (sysinfo == NULL ? 0 : VEC_length (syscall_desc_p,
- sysinfo->syscalls));
-}
-
static const char **
xml_list_of_syscalls (const struct syscalls_info *sysinfo)
{