Dropped LFS3_DATA_GRM

I think this was just missed during the various lfsr_data_t reworks.

No code changes.
This commit is contained in:
Christopher Haster
2025-06-06 01:17:26 -05:00
parent 0096305968
commit b5568d076b
-3
View File
@@ -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]) {