AP_Filesystem: remove unused variables

This commit is contained in:
Andy Piper 2024-02-19 18:41:27 +00:00 committed by Randy Mackay
parent ca0d5c64d7
commit e63ac3260b
1 changed files with 1 additions and 1 deletions

View File

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