From: Mathieu Desnoyers Date: Sat, 17 Sep 2011 13:52:46 +0000 (-0400) Subject: Remove unused variable X-Git-Tag: v2.0-pre9~44 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=75f4f125155dedcc5c478b656f4571cf16d88197;p=lttng-modules.git Remove unused variable Signed-off-by: Mathieu Desnoyers --- diff --git a/lttng-syscalls.c b/lttng-syscalls.c index 48eaf160..13ca7263 100644 --- a/lttng-syscalls.c +++ b/lttng-syscalls.c @@ -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,