mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-12 19:02:12 +00:00
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:
committed by
Piotr Sarna
parent
7401a63e92
commit
0d2b70798f
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user