summaryrefslogtreecommitdiff
path: root/src/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/buffer.c b/src/buffer.c
index 4f754f545..aa1770a94 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -2226,9 +2226,7 @@ free_buf_options(
keymap_clear(&buf->b_kmap_ga);
ga_clear(&buf->b_kmap_ga);
#endif
-#ifdef FEAT_COMMENTS
clear_string_option(&buf->b_p_com);
-#endif
#ifdef FEAT_FOLDING
clear_string_option(&buf->b_p_cms);
#endif