From 05e0432d81c5dc724d90ebbeee7e6b164170a655 Mon Sep 17 00:00:00 2001 From: skarg Date: Tue, 24 Jan 2006 16:03:40 +0000 Subject: [PATCH] fixed compiler warning on Linux. --- bacnet-stack/demo/readprop/readprop.c | 1 - 1 file changed, 1 deletion(-) diff --git a/bacnet-stack/demo/readprop/readprop.c b/bacnet-stack/demo/readprop/readprop.c index d66f67af..51465b10 100644 --- a/bacnet-stack/demo/readprop/readprop.c +++ b/bacnet-stack/demo/readprop/readprop.c @@ -150,7 +150,6 @@ int main(int argc, char *argv[]) time_t last_seconds = 0; time_t current_seconds = 0; time_t timeout_seconds = 0; - int fileStartPosition = 0; uint8_t invoke_id = 0; bool found = false;