summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2010-11-23 18:56:46 -0800
committerKeith Packard <keithp@keithp.com>2010-11-23 19:10:27 -0800
commitd873dc28f0752aeb58a6263e42bdd5b9095bd392 (patch)
tree94180745535567fe607f5831ce15a83ae6a1d2a6 /src
parentf1892b137b1de3d6caf0293bd40ed5c3e4948066 (diff)
altos: remove unused variable from ao_igniter
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>
Diffstat (limited to 'src')
-rw-r--r--src/ao_ignite.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ao_ignite.c b/src/ao_ignite.c
index 58d340d9..f2b15dd2 100644
--- a/src/ao_ignite.c
+++ b/src/ao_ignite.c
@@ -101,7 +101,6 @@ void
ao_igniter(void)
{
__xdata enum ao_ignter igniter;
- __xdata enum ao_igniter_status status;
ao_config_get();
for (;;) {