mirror of https://github.com/ArduPilot/ardupilot
AP_Filesystem: remove unused variables
This commit is contained in:
parent
ca0d5c64d7
commit
e63ac3260b
|
@ -84,7 +84,7 @@ public:
|
|||
int stat(const char *pathname, struct stat *stbuf);
|
||||
|
||||
// stat variant for scripting
|
||||
typedef struct {
|
||||
typedef struct Stat {
|
||||
uint32_t size;
|
||||
int32_t mode;
|
||||
uint32_t mtime;
|
||||
|
|
Loading…
Reference in New Issue