coverage.sh: remove unused variable declaration

This commit is contained in:
Johannes 'josch' Schauer 2020-08-25 16:05:33 +02:00
parent 74725ac451
commit 07fa6f29c8
Signed by untrusted user: josch
GPG key ID: F2CBA5C78FBD83E1

View file

@ -105,8 +105,6 @@ print_header() {
i=$((i+1)) i=$((i+1))
} }
nativearch=$(dpkg --print-architecture)
# choose the timestamp of the unstable Release file, so that we get # choose the timestamp of the unstable Release file, so that we get
# reproducible results for the same mirror timestamp # reproducible results for the same mirror timestamp
SOURCE_DATE_EPOCH=$(date --date="$(grep-dctrl -s Date -n '' "$mirrordir/dists/$DEFAULT_DIST/Release")" +%s) SOURCE_DATE_EPOCH=$(date --date="$(grep-dctrl -s Date -n '' "$mirrordir/dists/$DEFAULT_DIST/Release")" +%s)