From fec92f0daf605c9fce7bb0ab459585214011381b Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Tue, 30 Aug 2011 15:43:29 -0400 Subject: fsmc-stress-test.cpp: Eliminate unused variable. --- examples/fsmc-stress-test.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'examples') diff --git a/examples/fsmc-stress-test.cpp b/examples/fsmc-stress-test.cpp index ee40236..0cb9d30 100644 --- a/examples/fsmc-stress-test.cpp +++ b/examples/fsmc-stress-test.cpp @@ -103,14 +103,12 @@ bool stress_test(void); bool simple_roundtrip(void); void loop() { - uint32 count = 0; uint32 last; bool ok = true; bool (*test)(void) = stress_test; last = millis(); while (true) { - count++; bool result = test(); ok = ok && result; if (!ok) { -- cgit v1.2.3