summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSergey Udaltsov <sergey.udaltsov@gmail.com>2020-01-24 00:28:15 +0000
committerSergey Udaltsov <sergey.udaltsov@gmail.com>2020-01-24 00:28:15 +0000
commit51a3e86b2d5210d624bcdc95a6bf3a8c94ab883e (patch)
tree836e56b08e3bb6c18b7994a8a25e7968fe091071 /tests
parenta55d7129edde389497c532b7c8c9a82868e4a691 (diff)
Removed htcdream support
Too old to be supported
Diffstat (limited to 'tests')
-rwxr-xr-xtests/genLists4Comparizon.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/genLists4Comparizon.sh b/tests/genLists4Comparizon.sh
index 5dac14ef..7b1330d5 100755
--- a/tests/genLists4Comparizon.sh
+++ b/tests/genLists4Comparizon.sh
@@ -44,7 +44,7 @@ for i in $ROOT/symbols/*; do
} else
{
name=$2;
- if (variant == "olpc" || variant == "htcdream" || variant == "olpcm" || variant == "classmate")
+ if (variant == "olpc" || variant == "olpcm" || variant == "classmate")
printf "%s:\"%s\"\n", id, name;
else
printf "%s(%s):\"%s\"\n", id, variant, name;