projects
/
lttng-tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60481d4
)
Fix: remove unused goto label
author
David Goulet
<dgoulet@efficios.com>
Tue, 4 Feb 2014 20:12:49 +0000
(15:12 -0500)
committer
David 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
patch
|
blob
|
blame
|
history
diff --git
a/src/common/consumer.c
b/src/common/consumer.c
index 44a430f8f6c88414d757bbf02bede0169d02499d..aacabdb76d4acc5e54bd3cb9434bd789e0b71ca0 100644
(file)
--- a/
src/common/consumer.c
+++ b/
src/common/consumer.c
@@
-2320,7
+2320,6
@@
end:
lttng_poll_clean(&events);
end_poll:
-end_ht:
rcu_unregister_thread();
return NULL;
}
This page took
0.028328 seconds
and
4
git commands to generate.