aboutsummaryrefslogtreecommitdiff
path: root/bfd/hppabsd-core.c
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/hppabsd-core.c')
-rw-r--r--bfd/hppabsd-core.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/bfd/hppabsd-core.c b/bfd/hppabsd-core.c
index 31aa2f1..4d17ba5 100644
--- a/bfd/hppabsd-core.c
+++ b/bfd/hppabsd-core.c
@@ -213,7 +213,6 @@ hppabsd_core_core_file_failing_command (abfd)
return core_command (abfd);
}
-/* ARGSUSED */
static int
hppabsd_core_core_file_failing_signal (abfd)
bfd *abfd;
@@ -221,7 +220,6 @@ hppabsd_core_core_file_failing_signal (abfd)
return core_signal (abfd);
}
-/* ARGSUSED */
static bfd_boolean
hppabsd_core_core_file_matches_executable_p (core_bfd, exec_bfd)
bfd *core_bfd, *exec_bfd;