aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/compat/software_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/compat/software_spec.rb')
-rw-r--r--Library/Homebrew/compat/software_spec.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Homebrew/compat/software_spec.rb b/Library/Homebrew/compat/software_spec.rb
index 51b0f3a0b..5efd2aeb4 100644
--- a/Library/Homebrew/compat/software_spec.rb
+++ b/Library/Homebrew/compat/software_spec.rb
@@ -1,7 +1,5 @@
class BottleSpecification
def revision(*args)
- # Don't announce deprecation yet as this is quite a big change
- # to a public interface.
# odeprecated "BottleSpecification.revision", "BottleSpecification.rebuild"
rebuild(*args)
end