From 1e1fcb2ae7946a692a3d85a7229836f3ae702694 Mon Sep 17 00:00:00 2001 From: implicitfield <114500360+implicitfield@users.noreply.github.com> Date: Wed, 26 Apr 2023 17:29:02 +0400 Subject: [PATCH] Meta: Remove unused LLVM_VERSION declaration All uses of this were removed in c4707ed. --- Meta/build-root-filesystem.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/Meta/build-root-filesystem.sh b/Meta/build-root-filesystem.sh index b9528939a0..fbb9b3ceab 100755 --- a/Meta/build-root-filesystem.sh +++ b/Meta/build-root-filesystem.sh @@ -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/