X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fbytecode%2Fbytecode.h;h=7e9b9f09edf168ed04bfdb2ebad067df9e609480;hp=498f7f0001e11fda2bd5c7fc0793b2feee6619ee;hb=d0cede2590e42c3be77e9434e3de36d86eed07dd;hpb=c3426abd47c0c79abb2efcf473fdb682b9d044a8 diff --git a/src/common/bytecode/bytecode.h b/src/common/bytecode/bytecode.h index 498f7f000..7e9b9f09e 100644 --- a/src/common/bytecode/bytecode.h +++ b/src/common/bytecode/bytecode.h @@ -235,8 +235,6 @@ struct lttng_bytecode_alloc { }; LTTNG_HIDDEN int bytecode_init(struct lttng_bytecode_alloc **fb); -LTTNG_HIDDEN int32_t bytecode_reserve(struct lttng_bytecode_alloc **fb, - uint32_t align, uint32_t len); LTTNG_HIDDEN int bytecode_push(struct lttng_bytecode_alloc **fb, const void *data, uint32_t align, uint32_t len); LTTNG_HIDDEN int bytecode_push_logical(struct lttng_bytecode_alloc **fb,