mirror of
https://github.com/vim/vim.git
synced 2025-09-27 04:14:06 -04:00
patch 9.0.1403: unused variables and functions
Problem: Unused variables and functions. Solution: Delete items and adjust #ifdefs. (Dominique Pellé, closes #12145)
This commit is contained in:
committed by
Bram Moolenaar
parent
d13dd30240
commit
e764d1b421
@@ -2434,6 +2434,7 @@ vim_is_iris(char_u *name)
|
||||
|| STRCMP(name, "builtin_iris-ansi") == 0);
|
||||
}
|
||||
|
||||
#if defined(VMS) || defined(PROTO)
|
||||
/*
|
||||
* Return TRUE if "name" is a vt300-like terminal name.
|
||||
*/
|
||||
@@ -2448,6 +2449,7 @@ vim_is_vt300(char_u *name)
|
||||
&& vim_strchr((char_u *)"12345", name[2]) != NULL)
|
||||
|| STRCMP(name, "builtin_vt320") == 0);
|
||||
}
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Insert user name in s[len].
|
||||
|
Reference in New Issue
Block a user