From 107ea2751a7bb0e3f867f246c9b66773f6093c6b Mon Sep 17 00:00:00 2001 From: Bartosz Oleaczek Date: Wed, 8 Jan 2025 08:28:18 +0100 Subject: [PATCH] remove unused variable --- ci/compile.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/ci/compile.sh b/ci/compile.sh index d3d8b08c..0a07ca81 100755 --- a/ci/compile.sh +++ b/ci/compile.sh @@ -80,7 +80,6 @@ if [[ $tags == *"moose"* ]]; then fi if [[ $tags == *"quench"* ]]; then - private_bindings_rollback="${private_bindings_rollback} ${WORKDIR}/ci/remove_private_bindings.sh quench" source "${WORKDIR}"/ci/add_private_bindings.sh quench ./third-party/libquench-go fi