summaryrefslogtreecommitdiff
path: root/lib/bundler/definition.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bundler/definition.rb')
-rw-r--r--lib/bundler/definition.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/bundler/definition.rb b/lib/bundler/definition.rb
index 30e1820eec..71322d6d41 100644
--- a/lib/bundler/definition.rb
+++ b/lib/bundler/definition.rb
@@ -747,9 +747,6 @@ module Bundler
next if @unlock[:sources].include?(s.source.name)
- # If the spec is from a path source and it doesn't exist anymore
- # then we unlock it.
-
# Path sources have special logic
if s.source.instance_of?(Source::Path) || s.source.instance_of?(Source::Gemspec)
new_specs = begin