From 75f4f125155dedcc5c478b656f4571cf16d88197 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Sat, 17 Sep 2011 09:52:46 -0400 Subject: [PATCH] Remove unused variable Signed-off-by: Mathieu Desnoyers --- lttng-syscalls.c | 2 -- 1 file changed, 2 deletions(-) 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, -- 2.34.1