diff options
author | James McCoy <jamessan@jamessan.com> | 2021-10-01 17:52:50 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-01 17:52:50 -0400 |
commit | 1efbd4980f5a6b2cc4b12c5bd3af7972fc6ea7f6 (patch) | |
tree | 09f10d8559a6b830f3f271316474acdcf8ed9e58 /src/xdiff/xutils.c | |
parent | d9b3e41a638d3031ffd9a62aa2439860d11068dd (diff) | |
parent | 3134ef3d9fab0a7283e442a2264e69564ada7a67 (diff) | |
download | rneovim-1efbd4980f5a6b2cc4b12c5bd3af7972fc6ea7f6.tar.gz rneovim-1efbd4980f5a6b2cc4b12c5bd3af7972fc6ea7f6.tar.bz2 rneovim-1efbd4980f5a6b2cc4b12c5bd3af7972fc6ea7f6.zip |
Merge pull request #15862 from dundargoc/refactor/xdiff-pvs
refactor: remove PVS comment on top of files
Diffstat (limited to 'src/xdiff/xutils.c')
-rw-r--r-- | src/xdiff/xutils.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/xdiff/xutils.c b/src/xdiff/xutils.c index 65aa50497d..f13a854536 100644 --- a/src/xdiff/xutils.c +++ b/src/xdiff/xutils.c @@ -1,6 +1,3 @@ -// This is an open source non-commercial project. Dear PVS-Studio, please check -// it. PVS-Studio Static Code Analyzer for C, C++ and C#: http://www.viva64.com - /* * LibXDiff by Davide Libenzi ( File Differential Library ) * Copyright (C) 2003 Davide Libenzi |