state_machine_helper: remove unused const var

This commit is contained in:
Julian Oes
2016-11-16 07:10:46 +01:00
committed by Lorenz Meier
parent 5b132aef70
commit e3aecc0762
@@ -84,7 +84,6 @@ static const char reason_no_rc[] = "no RC";
static const char reason_no_offboard[] = "no offboard";
static const char reason_no_rc_and_no_offboard[] = "no RC and no offboard";
static const char reason_no_gps[] = "no gps";
static const char reason_no_gpos[] = "no gpos";
static const char reason_no_gps_cmd[] = "no gps cmd";
static const char reason_no_home[] = "no home";
static const char reason_no_datalink[] = "no datalink";