Replace xmalloc/xfree with vector in jit.c
[deliverable/binutils-gdb.git] / libctf / ctf-subr.c
index 454716abbd591e72c7e51dcfbd65ca62c762c1a3..6bd7f10aeeac0dde395f57936742b637fcd2b3a5 100644 (file)
@@ -65,18 +65,6 @@ ctf_munmap (void *buf, size_t length _libctf_unused_)
 #endif
 }
 
-_libctf_malloc_ void *
-ctf_alloc (size_t size)
-{
-  return (malloc (size));
-}
-
-void
-ctf_free (void *buf)
-{
-  free (buf);
-}
-
 ssize_t
 ctf_pread (int fd, void *buf, ssize_t count, off_t offset)
 {
This page took 0.022665 seconds and 4 git commands to generate.