Meta: Remove unused LLVM_VERSION declaration

All uses of this were removed in c4707ed.
This commit is contained in:
implicitfield 2023-04-26 17:29:02 +04:00 committed by Andreas Kling
parent 941d68ac2d
commit 1e1fcb2ae7

View file

@ -42,7 +42,6 @@ else
fi
SERENITY_ARCH="${SERENITY_ARCH:-x86_64}"
LLVM_VERSION="${LLVM_VERSION:-14.0.1}"
if [ "$SERENITY_TOOLCHAIN" = "Clang" ]; then
TOOLCHAIN_DIR="$SERENITY_SOURCE_DIR"/Toolchain/Local/clang/