aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cask/lib
diff options
context:
space:
mode:
authorMike McQuaid2017-07-30 16:32:34 +0100
committerGitHub2017-07-30 16:32:34 +0100
commit896f41f7edb2f55f79fd3b8e6ffc8f3f1497727b (patch)
tree47ff7b9834e7a9b81914d345ed8aeffff7b5c4df /Library/Homebrew/cask/lib
parent05956781a27f754905084215ef8270d3f3d26fab (diff)
parent9578e2995af79e93583c60e667a3db439a14b697 (diff)
downloadbrew-896f41f7edb2f55f79fd3b8e6ffc8f3f1497727b.tar.bz2
Merge pull request #2899 from MikeMcQuaid/enable-deprecations
Enable more deprecations.
Diffstat (limited to 'Library/Homebrew/cask/lib')
-rw-r--r--Library/Homebrew/cask/lib/hbc/dsl.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/Library/Homebrew/cask/lib/hbc/dsl.rb b/Library/Homebrew/cask/lib/hbc/dsl.rb
index 112ceb943..4045c6dcf 100644
--- a/Library/Homebrew/cask/lib/hbc/dsl.rb
+++ b/Library/Homebrew/cask/lib/hbc/dsl.rb
@@ -203,12 +203,6 @@ module Hbc
@sha256 ||= arg
end
- def license(*)
- # TODO: Uncomment after `license` has been
- # removed from all official taps.
- # odeprecated "Hbc::DSL#license"
- end
-
# depends_on uses a load method so that multiple stanzas can be merged
def depends_on(*args)
@depends_on ||= DSL::DependsOn.new