aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/context.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/context.c')
-rw-r--r--src/nvim/context.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/nvim/context.c b/src/nvim/context.c
index acf793c39a..3114fc8ab5 100644
--- a/src/nvim/context.c
+++ b/src/nvim/context.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
-
// Context: snapshot of the entire editor state as one big object/map
#include <assert.h>