mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 06:28:35 +00:00
Review: Remove long_u: memfile: Refactor: mf_hashtab_T.mht_fixed: Remove.
Unused since 457bb26151
.
This commit is contained in:
@@ -41,7 +41,6 @@ typedef struct mf_hashtab {
|
||||
/// mht_small_buckets or a newly allocated array
|
||||
/// when mht_small_buckets becomes too small)
|
||||
mf_hashitem_T *mht_small_buckets[MHT_INIT_SIZE]; /// initial buckets
|
||||
char mht_fixed; /// non-zero value forbids growth
|
||||
} mf_hashtab_T;
|
||||
|
||||
/// A block header.
|
||||
|
Reference in New Issue
Block a user