mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
AP_Filesystem: remove unused variables
This commit is contained in:
parent
9064e22695
commit
ad48238de0
@ -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
Block a user