$NetBSD: patch-ac,v 1.1 2004/12/03 15:15:23 skrll Exp $

--- armrdi.c.orig	2004-06-04 09:21:14.000000000 +0100
+++ armrdi.c
@@ -114,11 +114,13 @@ void ARMul_ConsolePrint(ARMul_State *sta
   }
 }
 
+#if 0
 static void ARMul_DebugPause(ARMul_State *state)
 {
   if(!(rdi_log & 8))
   state->hostif->dbgpause(state->hostif->dbgarg);
 }
+#endif
 
 /***************************************************************************\
 *                                 RDI_open                                  *
@@ -278,6 +280,7 @@ static int RDI_CPUwrite(unsigned mode, u
 *            Internal functions for breakpoint table manipulation           *
 \***************************************************************************/
 
+#if 0
 static void deletewatchnode(WatchNode **prevp)
 { WatchNode *p = *prevp;
   *prevp = p->next;
@@ -305,7 +308,7 @@ static WatchNode *installwatch(ARMword a
   p->bound = bound;
   return p;
 }
-
+#endif
 /***************************************************************************\
 *                               RDI_execute                                 *
 \***************************************************************************/
