Skip to content

Commit

Permalink
Remove ss_{date,description} unused vars
Browse files Browse the repository at this point in the history
Signed-off-by: Alberto Planas <[email protected]>
  • Loading branch information
aplanas committed May 16, 2024
1 parent e3c07a8 commit 63bc68c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sbin/transactional-update.in
Original file line number Diff line number Diff line change
Expand Up @@ -818,8 +818,6 @@ show_snapshot_status() {
ss_id+="+"
fi

local ss_date="$(snapshot_date "$1")"
local ss_description="$(snapshot_description "$1")"
echo "Snapshot: ${ss_id} [$(snapshot_date "$1")]"
echo "Description: $(snapshot_description "$1")"
if [ -f "${1}snapshot${STATUS_FILE}" ]; then
Expand Down

0 comments on commit 63bc68c

Please sign in to comment.