Skip to content

Commit

Permalink
rm dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
IanButterworth committed Oct 28, 2024
1 parent 116ba91 commit df7d3d7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Operations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -204,10 +204,6 @@ end
function update_manifest!(env::EnvCache, pkgs::Vector{PackageSpec}, deps_map, julia_version)
manifest = env.manifest
empty!(manifest)
# Is this copy needed?
pkgs = copy(pkgs)

pkg_uuids = Dict{UUID, Project}()

for pkg in pkgs
entry = PackageEntry(;name = pkg.name, version = pkg.version, pinned = pkg.pinned,
Expand Down

0 comments on commit df7d3d7

Please sign in to comment.