AP_RTC: Delete unused variables
@ -6,13 +6,6 @@
extern const AP_HAL::HAL& hal;
const char *AP_RTC::_clock_source_types[] = {
"GPS",
"SYSTEM_TIME",
"HW",
"NONE",
};
AP_RTC::AP_RTC()
{
AP_Param::setup_object_defaults(this, var_info);
@ -46,8 +46,6 @@ public:
return _singleton;
}
static const char *_clock_source_types[];
private:
static AP_RTC *_singleton;