altos: remove unused variable from ao_igniter
authorKeith Packard <keithp@keithp.com>
Wed, 24 Nov 2010 02:56:46 +0000 (18:56 -0800)
committerKeith Packard <keithp@keithp.com>
Wed, 24 Nov 2010 03:10:27 +0000 (19:10 -0800)
The 'status' variable used to hold a reported status value from the
igniter after firing, but we ignore that now.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/ao_ignite.c

index 58d340d9599f5c655a4a6e098696d6eb9710c107..f2b15dd23e741da0d29df0682d7c02d830717890 100644 (file)
@@ -101,7 +101,6 @@ void
 ao_igniter(void)
 {
        __xdata enum ao_ignter igniter;
-       __xdata enum ao_igniter_status status;
 
        ao_config_get();
        for (;;) {