diff options
Diffstat (limited to 'src/nvim/globals.h')
-rw-r--r-- | src/nvim/globals.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/nvim/globals.h b/src/nvim/globals.h index 2509c727d6..cc39e2c112 100644 --- a/src/nvim/globals.h +++ b/src/nvim/globals.h @@ -1081,9 +1081,6 @@ EXTERN FILE *time_fd INIT(= NULL); /* where to write startup timing */ // can't do anything useful with the value. Assign to this variable to avoid // the warning. EXTERN int vim_ignored; -// Use this to avoid PVS warning V1032 for code like this: -// *foo = (char_u **)""; -EXTERN char_u *vim_emptystr INIT(= (char_u *)""); // Start a msgpack-rpc channel over stdin/stdout. EXTERN bool embedded_mode INIT(= false); |