Remove unused variable
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sat, 17 Sep 2011 13:52:46 +0000 (09:52 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sat, 17 Sep 2011 13:52:46 +0000 (09:52 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
lttng-syscalls.c

index 48eaf16027074108a83abcf21116ec08f7499291..13ca7263a693121319a54b9060a283eba0c1799e 100644 (file)
@@ -67,8 +67,6 @@ static struct trace_syscall_entry sc_table[] = {
 #include "instrumentation/syscalls/headers/syscalls_pointers.h"
 };
 
-static int sc_table_filled;
-
 #undef CREATE_SYSCALL_TABLE
 
 static void syscall_entry_unknown(struct ltt_channel *chan,
This page took 0.026883 seconds and 4 git commands to generate.