diff options
| author | Mike McQuaid | 2017-07-30 16:32:34 +0100 |
|---|---|---|
| committer | GitHub | 2017-07-30 16:32:34 +0100 |
| commit | 896f41f7edb2f55f79fd3b8e6ffc8f3f1497727b (patch) | |
| tree | 47ff7b9834e7a9b81914d345ed8aeffff7b5c4df /Library/Homebrew/cask/lib | |
| parent | 05956781a27f754905084215ef8270d3f3d26fab (diff) | |
| parent | 9578e2995af79e93583c60e667a3db439a14b697 (diff) | |
| download | brew-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.rb | 6 |
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 |
