Fix: remove unused goto label
authorDavid Goulet <dgoulet@efficios.com>
Tue, 4 Feb 2014 20:12:49 +0000 (15:12 -0500)
committerDavid Goulet <dgoulet@efficios.com>
Tue, 4 Feb 2014 20:12:49 +0000 (15:12 -0500)
Signed-off-by: David Goulet <dgoulet@efficios.com>
src/common/consumer.c

index 44a430f8f6c88414d757bbf02bede0169d02499d..aacabdb76d4acc5e54bd3cb9434bd789e0b71ca0 100644 (file)
@@ -2320,7 +2320,6 @@ end:
 
        lttng_poll_clean(&events);
 end_poll:
-end_ht:
        rcu_unregister_thread();
        return NULL;
 }
This page took 0.026194 seconds and 4 git commands to generate.