Skip to content

Commit

Permalink
removes unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgomez committed Jan 20, 2025
1 parent cef34ab commit ec98b6b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/nimble.nim
Original file line number Diff line number Diff line change
Expand Up @@ -1908,8 +1908,6 @@ proc lock(options: Options) =
var
baseDeps =
if options.useSATSolver:
#only if we are actually locking (not upgrading)
let fromLock = options.action.typ == actionLock
processFreeDependenciesSAT(pkgInfo, options).toSeq
else:
pkgInfo.getDependenciesForLocking(options) # Deps shared by base and tasks
Expand Down

0 comments on commit ec98b6b

Please sign in to comment.