diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-09-11 17:44:52 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-09-11 18:23:15 +0200 |
commit | e2b8cbef51a999d1bac644dada174bdb9b126915 (patch) | |
tree | b59be2ce0437498713850910c63b3101fbc4f96f /odk/util | |
parent | 3af7e5c320c55e67367ce824944de58672cc772f (diff) |
odk: remove addsym-macosx.sh
This was added in commit 66eedcee026459b2827a46d8ebc73749e3c71453
but has apparently never actually been used in the bundled SDK
makefiles.
Change-Id: Ifa6cab95be6575ac26840250ad717d94e15bea66
Diffstat (limited to 'odk/util')
-rw-r--r-- | odk/util/check.pl | 8 |
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++; |