remove redundant test_sdk_exists() call, its called by test_build_tools_exists()

No need to call test_sdk_exists() before test_build_tools_exists() since
test_build_tools_exists() calls test_sdk_exists() as the first thing it
does.
This commit is contained in:
Hans-Christoph Steiner 2014-12-08 22:02:17 +01:00
parent 16601a0be3
commit 0f71929e71

View file

@ -130,9 +130,6 @@ def read_config(opts, config_file='config.py'):
fill_config_defaults(config)
if not test_sdk_exists(config):
sys.exit(3)
if not test_build_tools_exists(config):
sys.exit(3)