diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-12-02 09:55:33 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-12-02 09:55:45 +0100 |
commit | d30caae7e76c580f30cdcc06516cb647c13a19c2 (patch) | |
tree | 52b34bd3c0ea696305ce6bb44c57445682047a42 /odk/util | |
parent | 29daf8efdf1beb5972a8cd3d2572c374e831b136 (diff) |
Remove obsolete setsdkenv_windows.template
Change-Id: I3a79830c5538e12fc6370ae30168266c0f1c533e
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++; |