diff options
Diffstat (limited to 'src/nvim/shada.c')
-rw-r--r-- | src/nvim/shada.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/shada.c b/src/nvim/shada.c index abb6c68474..84ab5190bf 100644 --- a/src/nvim/shada.c +++ b/src/nvim/shada.c @@ -550,7 +550,6 @@ static inline void hmll_remove(HMLList *const hmll, HMLListEntry *const hmll_ent } } - /// Insert entry to the linked list /// /// @param[out] hmll List to insert to. |