ao-tools/ao-dump-up: Remove spurious flight state strings
[fw/altos] / ao-tools / ao-dump-up / ao-dump-up.c
index b1f85af63473fe2485bf33780b7f79bd244efdb5..df05088cadaf2e4cb33d0b61482eac66f5210a5e 100644 (file)
@@ -140,20 +140,6 @@ static int find_header(struct cc_usb *cc)
        }
 }
 
-static const char *state_names[] = {
-       "startup",
-       "idle",
-       "pad",
-       "boost",
-       "fast",
-       "coast",
-       "drogue",
-       "main",
-       "landed",
-       "invalid"
-};
-
-
 int
 main (int argc, char **argv)
 {