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:
@@ -7250,9 +7250,6 @@ static inline bool lfs3_grm_ismidrm(const lfs3_t *lfs3, lfs3_smid_t mid) {
|
|||||||
|| lfs3->grm.queue[1] == 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
|
#ifndef LFS3_RDONLY
|
||||||
static lfs3_data_t lfs3_data_fromgrm(const lfs3_t *lfs3,
|
static lfs3_data_t lfs3_data_fromgrm(const lfs3_t *lfs3,
|
||||||
uint8_t buffer[static LFS3_GRM_DSIZE]) {
|
uint8_t buffer[static LFS3_GRM_DSIZE]) {
|
||||||
|
|||||||
Reference in New Issue
Block a user