sim: punt zfree()
[deliverable/binutils-gdb.git] / sim / ppc / main.c
index 554242c0cfb4b23579b105eb0332bf0436952ec5..7cb50368a91eae51a62f3f407de36f3720084cbb 100644 (file)
@@ -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
This page took 0.033885 seconds and 4 git commands to generate.