diff options
Diffstat (limited to 'odk/util')
-rw-r--r-- | odk/util/check.pl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/odk/util/check.pl b/odk/util/check.pl index 899b42cca0e8..b8f10749ebc0 100644 --- a/odk/util/check.pl +++ b/odk/util/check.pl @@ -115,10 +115,6 @@ if (-d "$SdkDir") { print "\nERROR: \"setsdkenv_windows.bat\" is missing\n"; $return++; } - if (!check_file("setsdkenv_windows.template")) { - print "\nERROR: \"setsdkenv_windows.template\" is missing\n"; - $return++; - } if (!check_file("cfgWin.js")) { print "\nERROR: \"cfgWin.js\" is missing\n"; $return++; |