aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/memfile_defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/memfile_defs.h')
-rw-r--r--src/nvim/memfile_defs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/memfile_defs.h b/src/nvim/memfile_defs.h
index 723270f760..39c45c9cac 100644
--- a/src/nvim/memfile_defs.h
+++ b/src/nvim/memfile_defs.h
@@ -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.