Remove unused function

This commit is contained in:
Marc Cornellà 2024-06-12 18:43:46 +02:00
commit fddb97107d
No known key found for this signature in database
GPG key ID: 0314585E776A9C1B

View file

@ -142,8 +142,6 @@ shrink_path () {
[[ -d $dir ]] || return 0
function join_by { local IFS="$1"; shift; echo "$*"; }
if (( expand )) {
echo "$dir"
return 0