summaryrefslogtreecommitdiff
path: root/odk/util/check.pl
diff options
context:
space:
mode:
Diffstat (limited to 'odk/util/check.pl')
-rw-r--r--odk/util/check.pl8
1 files changed, 0 insertions, 8 deletions
diff --git a/odk/util/check.pl b/odk/util/check.pl
index db0286bb5724..899b42cca0e8 100644
--- a/odk/util/check.pl
+++ b/odk/util/check.pl
@@ -70,14 +70,6 @@ if (-d "$SdkDir") {
print "+";
}
}
- if ($OperatingSystem eq "macosx") {
- if (!check_file("bin/addsym-macosx.sh")) {
- $return++;
- print "\nERROR: \"bin/addsym-macosx.sh\" is missing\n";
- } else {
- print "+";
- }
- }
} else {
print "\nERROR: \"bin\" is missing\n";
$return++;