Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed May 13, 2024
1 parent 41566d5 commit c57bebf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/rapids-configure-conda-channels
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ conda_channel_in_config() {
# This is here to avoid errors if this script is invoked multiple times in the same environment.
remove_conda_channel() {
channel_id=${1:?err}
in_config=$(conda_channel_in_config "${channel_id}")
if conda_channel_in_config "${channel_id}" > /dev/null; then
conda config --system --remove channels "${channel_id}"
else
Expand Down

0 comments on commit c57bebf

Please sign in to comment.