Remove tcl

This commit is contained in:
John Schmidt
2014-03-18 17:18:00 +01:00
committed by Thiago de Arruda
parent f226a4c2cd
commit 8731d44996
4 changed files with 0 additions and 12 deletions

View File

@@ -10365,10 +10365,6 @@ static void f_has(typval_T *argvars, typval_T *rettv)
n = (starting != 0);
else if (STRICMP(name, "multi_byte_encoding") == 0)
n = has_mbyte;
#ifdef DYNAMIC_TCL
else if (STRICMP(name, "tcl") == 0)
n = tcl_enabled(FALSE);
#endif
#if defined(USE_ICONV) && defined(DYNAMIC_ICONV)
else if (STRICMP(name, "iconv") == 0)
n = iconv_enabled(FALSE);