aboutsummaryrefslogtreecommitdiff
path: root/gdb/nlm/ppc.c
diff options
context:
space:
mode:
authorJ.T. Conklin <jtc@acorntoolworks.com>1995-03-17 00:03:11 +0000
committerJ.T. Conklin <jtc@acorntoolworks.com>1995-03-17 00:03:11 +0000
commit334655aae9f6ab1df1ab89157d58523c4fcb20b1 (patch)
treefadc4e6502617fbdebd446383f765a696dc3e6f9 /gdb/nlm/ppc.c
parentd1f14b46bdd919d314010aefeb7f93cdc47bfc9e (diff)
downloadgdb-334655aae9f6ab1df1ab89157d58523c4fcb20b1.zip
gdb-334655aae9f6ab1df1ab89157d58523c4fcb20b1.tar.gz
gdb-334655aae9f6ab1df1ab89157d58523c4fcb20b1.tar.bz2
* nlm/gdbserve.c (handle_exception): #if out call to StopBell,
as it is not available on NetWare 3 or PIN. * nlm/ppc.c (StopBell): Removed.
Diffstat (limited to 'gdb/nlm/ppc.c')
-rw-r--r--gdb/nlm/ppc.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/nlm/ppc.c b/gdb/nlm/ppc.c
index e171efc..e68397b 100644
--- a/gdb/nlm/ppc.c
+++ b/gdb/nlm/ppc.c
@@ -255,8 +255,3 @@ do_status (ptr, frame)
*ptr = '\000';
}
-
-void
-StopBell()
-{
-}