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:
e38021f
)
Remove useless variable
author
David Goulet
<dgoulet@efficios.com>
Mon, 30 Jan 2012 18:13:36 +0000
(13:13 -0500)
committer
David Goulet
<dgoulet@efficios.com>
Mon, 30 Jan 2012 18:17:00 +0000
(13:17 -0500)
Signed-off-by: David Goulet <dgoulet@efficios.com>
src/bin/lttng-sessiond/ust-app.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/lttng-sessiond/ust-app.c
b/src/bin/lttng-sessiond/ust-app.c
index 46799dc63982e0a4729c7030abdb408074baf547..39dd9ba36e004e448915239063a1ddcf34253671 100644
(file)
--- a/
src/bin/lttng-sessiond/ust-app.c
+++ b/
src/bin/lttng-sessiond/ust-app.c
@@
-2202,7
+2202,7
@@
int ust_app_destroy_trace_all(struct ltt_ust_session *usess)
*/
void ust_app_global_update(struct ltt_ust_session *usess, int sock)
{
- int ret = 0
, ctx_on_chan = 0
;
+ int ret = 0;
struct lttng_ht_iter iter, uiter, iter_ctx;
struct ust_app *app;
struct ust_app_session *ua_sess;
@@
-2277,9
+2277,6
@@
void ust_app_global_update(struct ltt_ust_session *usess, int sock)
}
}
}
-
- /* Reset flag */
- ctx_on_chan = 0;
}
if (usess->start_trace) {
This page took
0.027192 seconds
and
4
git commands to generate.