From 714a3b094f4e8d005bba2e1b7f8b88cd8e7ae04a Mon Sep 17 00:00:00 2001 From: skarg Date: Tue, 13 Feb 2007 19:49:14 +0000 Subject: [PATCH] removed unused local variables. --- bacnet-stack/demo/object/lc.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/bacnet-stack/demo/object/lc.c b/bacnet-stack/demo/object/lc.c index 56e1fda1..676e68fa 100644 --- a/bacnet-stack/demo/object/lc.c +++ b/bacnet-stack/demo/object/lc.c @@ -335,8 +335,6 @@ static bool Able_To_Meet_Shed_Request(int object_index) unsigned priority = 0; bool status = false; int object_instance = 0; - unsigned shed_level_index = 0; - unsigned i = 0; /* This demo is going to use the Analog Outputs as their Load */ object_instance = object_index;