AP_Filesystem: remove unused variables

This commit is contained in:
Andy Piper 2024-02-19 18:41:27 +00:00 committed by Andrew Tridgell
parent 4fca2ee852
commit 61dbc7a665

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;