Clean-up: bytecode: hide file-local bytecode_reserve util
[lttng-tools.git] / src / common / bytecode / bytecode.c
index fb8985a00dd2704a293427543173ebff980e85fa..6a5b171e149ed38692f675c53fd45982f1189bab 100644 (file)
@@ -38,7 +38,7 @@ int bytecode_init(struct lttng_bytecode_alloc **fb)
        }
 }
 
-LTTNG_HIDDEN
+static
 int32_t bytecode_reserve(struct lttng_bytecode_alloc **fb, uint32_t align, uint32_t len)
 {
        int32_t ret;
This page took 0.022941 seconds and 4 git commands to generate.