Skip to content

Commit

Permalink
sync-icat-backups: removed dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Edgin committed Oct 2, 2024
1 parent 2d0d3bf commit db0cdfb
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions sync-icat-backups
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,6 @@ delete_old_backups() {
done
}

indent() {
local line
while IFS= read -r line; do
printf '\t• %s\n' "$line"
done
}

sync_from_dbms() {
local rshCmd="/usr/bin/ssh -q -p $DBMS_SSH_PORT"
local src="$DBMS_USER"@"$DBMS_HOST":"$DBMS_DIR"/
Expand Down

0 comments on commit db0cdfb

Please sign in to comment.