X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=lttng-context-vtid.c;h=522d2bd6112b8bb74c9be53ea172324f7d1363f4;hb=74a747024b7d44431e22a6ce3c628ad72d2700a5;hp=f81fff636acd35d914a2756c567e68d03d562c24;hpb=09fec6b43d11b3e0ece36f9e9e44b9627c1b565d;p=lttng-modules.git diff --git a/lttng-context-vtid.c b/lttng-context-vtid.c index f81fff63..522d2bd6 100644 --- a/lttng-context-vtid.c +++ b/lttng-context-vtid.c @@ -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)