aboutsummaryrefslogtreecommitdiff
path: root/sim/ppc/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'sim/ppc/main.c')
-rw-r--r--sim/ppc/main.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/sim/ppc/main.c b/sim/ppc/main.c
index 554242c..7cb5036 100644
--- a/sim/ppc/main.c
+++ b/sim/ppc/main.c
@@ -253,12 +253,6 @@ zalloc(long size)
return memory;
}
-void
-zfree(void *chunk)
-{
- free(chunk);
-}
-
/* When a CNTRL-C occures, queue an event to shut down the simulation */
static RETSIGTYPE