From e63ac3260b5c413dee0c5833517588f4d8d5e04a Mon Sep 17 00:00:00 2001 From: Andy Piper Date: Mon, 19 Feb 2024 18:41:27 +0000 Subject: [PATCH] AP_Filesystem: remove unused variables --- libraries/AP_Filesystem/AP_Filesystem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/AP_Filesystem/AP_Filesystem.h b/libraries/AP_Filesystem/AP_Filesystem.h index b139713a75..9a5e01e693 100644 --- a/libraries/AP_Filesystem/AP_Filesystem.h +++ b/libraries/AP_Filesystem/AP_Filesystem.h @@ -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;