diff options
Diffstat (limited to 'src/nvim/ui_client.c')
-rw-r--r-- | src/nvim/ui_client.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/nvim/ui_client.c b/src/nvim/ui_client.c index 8e60af478b..dac690822b 100644 --- a/src/nvim/ui_client.c +++ b/src/nvim/ui_client.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 - /// Nvim's own UI client, which attaches to a child or remote Nvim server. #include <stdbool.h> |