Remove unused variable
[lttng-modules.git] / lttng-context-vtid.c
index f81fff636acd35d914a2756c567e68d03d562c24..522d2bd6112b8bb74c9be53ea172324f7d1363f4 100644 (file)
@@ -40,7 +40,6 @@ void vtid_record(struct lttng_ctx_field *field,
 int lttng_add_vtid_to_ctx(struct lttng_ctx **ctx)
 {
        struct lttng_ctx_field *field;
-       int ret;
 
        field = lttng_append_context(ctx);
        if (!field)
This page took 0.023008 seconds and 4 git commands to generate.