summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscript/trees5
1 files changed, 0 insertions, 5 deletions
diff --git a/script/trees b/script/trees
index ed7cb7a5..ad241172 100755
--- a/script/trees
+++ b/script/trees
@@ -88,11 +88,6 @@ build_targets()
[ $# -gt 0 ] || \
targets="$(ls -1 "$cfgsdir")" || $err "$cfgsdir: Canot get options"
- handle_targets
-}
-
-handle_targets()
-{
for x in $targets; do
[ "$x" = "list" ] && x_ ls -1 "config/$project" && \
listfile="" && break