diff options
Diffstat (limited to 'src/nvim/memfile.c')
-rw-r--r-- | src/nvim/memfile.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/nvim/memfile.c b/src/nvim/memfile.c index 0a16f8aafb..5a64c82e0e 100644 --- a/src/nvim/memfile.c +++ b/src/nvim/memfile.c @@ -785,9 +785,6 @@ static bool mf_do_open(memfile_T *mfp, char_u *fname, int flags) } (void)os_set_cloexec(mfp->mf_fd); -#ifdef HAVE_SELINUX - mch_copy_sec(fname, mfp->mf_fname); -#endif return true; } |