From 07fa6f29c8efad796dcc2b1891c6febc9fe6b4fd Mon Sep 17 00:00:00 2001 From: Johannes 'josch' Schauer Date: Tue, 25 Aug 2020 16:05:33 +0200 Subject: [PATCH] coverage.sh: remove unused variable declaration --- coverage.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/coverage.sh b/coverage.sh index f68f2b7..9783e44 100755 --- a/coverage.sh +++ b/coverage.sh @@ -105,8 +105,6 @@ print_header() { i=$((i+1)) } -nativearch=$(dpkg --print-architecture) - # choose the timestamp of the unstable Release file, so that we get # reproducible results for the same mirror timestamp SOURCE_DATE_EPOCH=$(date --date="$(grep-dctrl -s Date -n '' "$mirrordir/dists/$DEFAULT_DIST/Release")" +%s)