summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-08-14 11:24:19 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-08-14 11:31:41 (EDT)
commit3b0cb3cc7473b56abc7310819ac3d3a99082175a (patch)
tree830e5140eedb52c9703a7587e9f1557ae7881a7a
parent0a432ebb8bc1137d76d297eb68b4daec5364c89e (diff)
pro-archman: Remove "archive" parameter.
Because my code told me to.
-rw-r--r--src/pro-archman.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/pro-archman.sh b/src/pro-archman.sh
index 8b0719b..0a6d67d 100644
--- a/src/pro-archman.sh
+++ b/src/pro-archman.sh
@@ -35,7 +35,6 @@ opt_cmd=
conf_incoming_channel=
conf_incoming_dir=
conf_pool_gc_delay=
-archive=
lock=
# use() must be defined inline so it can be used to load other modules.
@@ -98,9 +97,6 @@ main()
exit 1
fi
- # FIXME: Remove.
- archive="${opt_base_dir}"
-
mkdir -p "${opt_base_dir}/.db"
lock="${opt_base_dir}/.db/lock"
if ! (set -C; printf '%d\n' "${$}" >"${lock}") 2>/dev/null; then