DataFlash: remove unused num_format_types and _structures

resolves compiler warning
This commit is contained in:
Randy Mackay 2016-04-23 09:39:45 +09:00 committed by Tom Pittenger
parent 6ef735c41e
commit 39560f9af8

View File

@ -104,8 +104,6 @@ private:
AP_Param::ParamToken token;
AP_Param *ap;
enum ap_var_type type;
uint16_t num_format_types;
const struct LogStructure *_structures;
DFMessageWriter_WriteSysInfo _writesysinfo;