From b0b5a70565bf654e0cfcb91ff4cae6c3165e4d96 Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Sun, 17 Jan 2010 21:05:08 -0500 Subject: Remove unused code in action_rollback --- squashfu | 4 ---- 1 file changed, 4 deletions(-) diff --git a/squashfu b/squashfu index f63839f..45dd92f 100755 --- a/squashfu +++ b/squashfu @@ -285,10 +285,6 @@ action_rollback () { die "The rollback action requires 1 additional argument." fi -# if [[ $1 -le 0 ]]; then -# die "Please provide a positive number of backups to roll back" -# fi - # Form a chronologically ordered list of bins, assuming the user didn't give bogus input local bin_list=($(grep -vE "^[ ]*$" "$BINVENTORY" | sort -t: -r -n -k2 | cut -d: -f1)) -- cgit v1.2.3