libctf: Comment out unused CTF encoding functions

Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:
Arnaldo Carvalho de Melo 2021-06-28 15:01:25 -03:00
parent 82155bc92f
commit deb6a4a492
1 changed files with 2 additions and 0 deletions

View File

@ -505,6 +505,7 @@ int ctf__add_object(struct ctf *ctf, uint16_t type)
sizeof(type)) >= 0 ? 0 : -ENOMEM;
}
#if 0
static const void *ctf__compress(void *orig_buf, unsigned int *size)
{
z_stream z = {
@ -770,3 +771,4 @@ out_close:
close(fd);
return err;
}
#endif