[Locale] removed a check that is done too early (and it is done twice anyways)

This commit is contained in:
Fabien Potencier 2012-11-09 13:55:40 +01:00
parent dd23f6c418
commit a30383d12c

View File

@ -248,7 +248,6 @@ MESSAGE
}
check_command('svn');
check_command('icu-config');
// Script options
$version = isset($GLOBALS['argv'][1]) ? $GLOBALS['argv'][1] : icu_version();