Skip to content

Commit

Permalink
Remove unused install_optional_deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Jun 25, 2024
1 parent fdabace commit 9e5b736
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions share/ruby-install/functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,8 @@ function install_deps()
log "Installing dependencies for $ruby $ruby_version ..."
install_packages "${ruby_dependencies[@]}" || return $?
fi

install_optional_deps || return $?
}

#
# Install any optional dependencies.
#
function install_optional_deps() { return; }

#
# Download the Ruby archive
#
Expand Down

0 comments on commit 9e5b736

Please sign in to comment.