aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/notifications
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2010-07-17 14:45:59 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2010-07-17 14:45:59 -0700
commit606d8fdfc8b86800fb738854c240c1c15bd272bb (patch)
tree197e3932ce21b0933f76d0ead8b921c4ab8663db /activesupport/lib/active_support/notifications
parentfa73e777a1dac2daaa14f781b8a17102ca47ea8b (diff)
downloadrails-606d8fdfc8b86800fb738854c240c1c15bd272bb.tar.gz
rails-606d8fdfc8b86800fb738854c240c1c15bd272bb.tar.bz2
rails-606d8fdfc8b86800fb738854c240c1c15bd272bb.zip
drained? is never called
Diffstat (limited to 'activesupport/lib/active_support/notifications')
-rw-r--r--activesupport/lib/active_support/notifications/fanout.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/activesupport/lib/active_support/notifications/fanout.rb b/activesupport/lib/active_support/notifications/fanout.rb
index 6dfc3c0a99..7eefb7f20a 100644
--- a/activesupport/lib/active_support/notifications/fanout.rb
+++ b/activesupport/lib/active_support/notifications/fanout.rb
@@ -49,10 +49,6 @@ module ActiveSupport
true
end
- def drained?
- true
- end
-
def subscribed_to?(name)
!@pattern || @pattern === name.to_s
end