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 142aece2da
commit dafb8217e7

View File

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