Remove unused variable
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 24 Jun 2011 02:50:56 +0000 (22:50 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 24 Jun 2011 02:50:56 +0000 (22:50 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
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.026884 seconds and 5 git commands to generate.