From d158b33326d198bc8a6eaa4c19b5e9b3ee21ecea Mon Sep 17 00:00:00 2001 From: zolliker Date: Tue, 3 Mar 2009 14:07:57 +0000 Subject: [PATCH] - bug fixes --- fsm.c | 1 - 1 file changed, 1 deletion(-) diff --git a/fsm.c b/fsm.c index 5f21420..75e776b 100644 --- a/fsm.c +++ b/fsm.c @@ -58,7 +58,6 @@ long FsmPc(void) { int FsmTaskHandler(Fsm * task) { - long line; Statistics *old; old = StatisticsBegin(task->stat);