reloc/build_reloc.sh: Remove unused functions

The is_redhat_variant() and is_debian_variant() funtions are not used so
let's remove them.

Message-Id: <20200317155740.12916-1-penberg@scylladb.com>
This commit is contained in:
Pekka Enberg
2020-03-17 17:57:40 +02:00
committed by Piotr Sarna
parent 7401a63e92
commit 0d2b70798f

View File

@@ -61,14 +61,6 @@ done
FLAGS="$COMMON_FLAGS $FLAGS"
is_redhat_variant() {
[ -f /etc/redhat-release ]
}
is_debian_variant() {
[ -f /etc/debian_version ]
}
if [ ! -e reloc/build_reloc.sh ]; then
echo "run build_reloc.sh in top of scylla dir"
exit 1