chiark / gitweb /
remove redundant test_sdk_exists() call, its called by test_build_tools_exists()
authorHans-Christoph Steiner <hans@eds.org>
Mon, 8 Dec 2014 21:02:17 +0000 (22:02 +0100)
committerHans-Christoph Steiner <hans@eds.org>
Sun, 14 Dec 2014 12:25:20 +0000 (13:25 +0100)
commit0f71929e71d5b57562d6a9c2f73851139e68b0bb
treeb2aa4d5672a9228155b8ad6961672d0d9da2ac95
parent16601a0be3108523404ed6ef2726d99ef0d23b41
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.
fdroidserver/common.py