AP_RTC: Delete unused variables

AP_RTC: Delete unused variables
This commit is contained in:
murata 2018-10-10 22:11:58 +09:00 committed by Peter Barker
parent d05ab1b983
commit 820f9bd260
2 changed files with 0 additions and 9 deletions

View File

@ -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);

View File

@ -46,8 +46,6 @@ public:
return _singleton;
}
static const char *_clock_source_types[];
private:
static AP_RTC *_singleton;