Remove USE_SYSTEM and code only run under USE_SYSTEM

This commit is contained in:
Simen Endsjø
2014-03-05 14:36:10 +01:00
committed by Thiago de Arruda
parent fafdad2f95
commit 3925d951a1
6 changed files with 8 additions and 84 deletions

View File

@@ -94,7 +94,7 @@ static char *(features[]) =
"+folding",
"-footer",
/* only interesting on Unix systems */
#if !defined(USE_SYSTEM) && defined(UNIX)
#if defined(UNIX)
"+fork()",
#endif
"+gettext",
@@ -175,10 +175,6 @@ static char *(features[]) =
"+statusline",
"-sun_workshop",
"+syntax",
/* only interesting on Unix systems */
#if defined(USE_SYSTEM) && (defined(UNIX) || defined(__EMX__))
"+system()",
#endif
"+tag_binary",
"+tag_old_static",
#ifdef FEAT_TAG_ANYWHITE