From b5568d076b6dcfaef3cee4339db8ba2171288bae Mon Sep 17 00:00:00 2001 From: Christopher Haster Date: Fri, 6 Jun 2025 01:17:26 -0500 Subject: [PATCH] Dropped LFS3_DATA_GRM I think this was just missed during the various lfsr_data_t reworks. No code changes. --- lfs3.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/lfs3.c b/lfs3.c index a0e05940..64ca65c7 100644 --- a/lfs3.c +++ b/lfs3.c @@ -7250,9 +7250,6 @@ static inline bool lfs3_grm_ismidrm(const lfs3_t *lfs3, lfs3_smid_t mid) { || lfs3->grm.queue[1] == mid); } -#define LFS3_DATA_GRM(_grm, _buffer) \ - ((struct {lfs3_data_t d;}){lfs3_data_fromgrm(_grm, _buffer)}.d) - #ifndef LFS3_RDONLY static lfs3_data_t lfs3_data_fromgrm(const lfs3_t *lfs3, uint8_t buffer[static LFS3_GRM_DSIZE]) {