Clean-up: bytecode: hide file-local bytecode_reserve util
[lttng-tools.git] / src / common / bytecode / bytecode.h
index 498f7f0001e11fda2bd5c7fc0793b2feee6619ee..7e9b9f09edf168ed04bfdb2ebad067df9e609480 100644 (file)
@@ -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,
This page took 0.023017 seconds and 4 git commands to generate.