Skip to content

Commit 0da67b1

Browse files
committed
lib: drop unused functions/general/downloads.sh (get_urls())
- dead code for a very long time
1 parent b88e2e8 commit 0da67b1

File tree

2 files changed

+2
-218
lines changed

2 files changed

+2
-218
lines changed

lib/functions/general/downloads.sh

Lines changed: 0 additions & 207 deletions
This file was deleted.

lib/library-functions.sh

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
# This file is/was autogenerated by lib/tools/gen-library.sh; don't modify manually
2+
# This file is/was autogenerated by ./lib/tools/gen-library.sh; don't modify manually
33

44
# no errors tolerated. invoked before each sourced file to make sure.
55
#set -o pipefail # trace ERR through pipes - will be enabled "soon"
@@ -658,15 +658,6 @@ set -o errexit ## set -e : exit the script if any statement returns a non-true
658658
# shellcheck source=lib/functions/general/deprecations.sh
659659
source "${SRC}"/lib/functions/general/deprecations.sh
660660

661-
# no errors tolerated. invoked before each sourced file to make sure.
662-
#set -o pipefail # trace ERR through pipes - will be enabled "soon"
663-
#set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
664-
set -o errtrace # trace ERR through - enabled
665-
set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
666-
### lib/functions/general/downloads.sh
667-
# shellcheck source=lib/functions/general/downloads.sh
668-
source "${SRC}"/lib/functions/general/downloads.sh
669-
670661
# no errors tolerated. invoked before each sourced file to make sure.
671662
#set -o pipefail # trace ERR through pipes - will be enabled "soon"
672663
#set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
@@ -1167,4 +1158,4 @@ source "${SRC}"/lib/functions/rootfs/trap-rootfs.sh
11671158
#set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
11681159
set -o errtrace # trace ERR through - enabled
11691160
set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
1170-
# This file is/was autogenerated by lib/tools/gen-library.sh; don't modify manually
1161+
# This file is/was autogenerated by ./lib/tools/gen-library.sh; don't modify manually

0 commit comments

Comments
 (0)