From a24492bfb357db436ed6a0b187d8dd8a80bbe2dc Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 28 Feb 2017 23:55:49 -0700 Subject: [PATCH] travis: drop unused TARGETS variable --- travis/arches.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/travis/arches.sh b/travis/arches.sh index db21b2d..92c91d3 100644 --- a/travis/arches.sh +++ b/travis/arches.sh @@ -18,6 +18,3 @@ ARCHES=( v850 xtensa ) - -# Expanded list of targets that we can use with configure. -TARGETS=${ARCHES[@]/%/-elf} -- 2.39.5