Remove unused variables in trace-kernel/ust.c
authorDavid Goulet <dgoulet@efficios.com>
Tue, 22 Jan 2013 16:52:57 +0000 (11:52 -0500)
committerDavid Goulet <dgoulet@efficios.com>
Tue, 22 Jan 2013 17:42:33 +0000 (12:42 -0500)
commitfdd9eb17f6b6928771744bb40bb2283ce3340033
treedc79c5c32af138cfa1c01096ff067a76f92e4140
parentd3a56674bd25163dcd13140ceb5781da8b30dcd3
Remove unused variables in trace-kernel/ust.c

In trace-kernel.c, the path is not used anymore on channel creation.
Same goes for trace-ust.c for session creation, the domain pointer is
not used.

Signed-off-by: David Goulet <dgoulet@efficios.com>
src/bin/lttng-sessiond/channel.c
src/bin/lttng-sessiond/kernel.c
src/bin/lttng-sessiond/kernel.h
src/bin/lttng-sessiond/main.c
src/bin/lttng-sessiond/trace-kernel.c
src/bin/lttng-sessiond/trace-kernel.h
src/bin/lttng-sessiond/trace-ust.c
src/bin/lttng-sessiond/trace-ust.h
tests/tools/test_kernel_data_trace.c
tests/tools/test_ust_data_trace.c
This page took 0.025399 seconds and 4 git commands to generate.