sim: punt zfree()
[deliverable/binutils-gdb.git] / sim / ppc / sim_calls.c
index 276161b50b5e3e9b8ac03826112669a5b64c83b3..93365165c1c1f3da12e2912310e813d77b798c88 100644 (file)
@@ -390,8 +390,3 @@ zalloc(long size)
   memset(memory, 0, size);
   return memory;
 }
-
-void zfree(void *data)
-{
-  free(data);
-}
This page took 0.024361 seconds and 4 git commands to generate.