mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
AP_Filesystem: remove unused variables
This commit is contained in:
parent
142aece2da
commit
dafb8217e7
@ -84,7 +84,7 @@ public:
|
|||||||
int stat(const char *pathname, struct stat *stbuf);
|
int stat(const char *pathname, struct stat *stbuf);
|
||||||
|
|
||||||
// stat variant for scripting
|
// stat variant for scripting
|
||||||
typedef struct {
|
typedef struct Stat {
|
||||||
uint32_t size;
|
uint32_t size;
|
||||||
int32_t mode;
|
int32_t mode;
|
||||||
uint32_t mtime;
|
uint32_t mtime;
|
||||||
|
Loading…
Reference in New Issue
Block a user