diff --git a/Library/Homebrew/cask/cmd/list.rb b/Library/Homebrew/cask/cmd/list.rb index 83a17eed74..563f2a59d9 100644 --- a/Library/Homebrew/cask/cmd/list.rb +++ b/Library/Homebrew/cask/cmd/list.rb @@ -7,11 +7,6 @@ module Cask option "--versions", :versions, false option "--full-name", :full_name, false - option "-l", (lambda do |*| - one = true # rubocop:disable Lint/UselessAssignment - opoo "Option -l is obsolete! Implying option -1." - end) - def run args.any? ? list : list_installed end