aboutsummaryrefslogtreecommitdiff
path: root/pbuilder-checkparams
diff options
context:
space:
mode:
Diffstat (limited to 'pbuilder-checkparams')
-rwxr-xr-xpbuilder-checkparams4
1 files changed, 0 insertions, 4 deletions
diff --git a/pbuilder-checkparams b/pbuilder-checkparams
index 138dc4f..34fdccb 100755
--- a/pbuilder-checkparams
+++ b/pbuilder-checkparams
@@ -63,10 +63,6 @@ while [ -n "$1" ]; do
MIRRORSITE="$2";
shift; shift;
;;
- --nonusmirror)
- NONUSMIRRORSITE="$2";
- shift; shift;
- ;;
--othermirror)
OTHERMIRROR="$2";
shift; shift;