From 74a747024b7d44431e22a6ce3c628ad72d2700a5 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Thu, 23 Jun 2011 22:50:56 -0400 Subject: [PATCH 1/1] Remove unused variable Signed-off-by: Mathieu Desnoyers --- lttng-context-vtid.c | 1 - 1 file changed, 1 deletion(-) 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) -- 2.34.1