aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/arel/nodes/node.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/lib/arel/nodes/node.rb')
-rw-r--r--activerecord/lib/arel/nodes/node.rb10
1 files changed, 0 insertions, 10 deletions
diff --git a/activerecord/lib/arel/nodes/node.rb b/activerecord/lib/arel/nodes/node.rb
index 2b9b1e9828..8086102bde 100644
--- a/activerecord/lib/arel/nodes/node.rb
+++ b/activerecord/lib/arel/nodes/node.rb
@@ -8,16 +8,6 @@ module Arel # :nodoc: all
include Arel::FactoryMethods
include Enumerable
- if $DEBUG
- def _caller
- @caller
- end
-
- def initialize
- @caller = caller.dup
- end
- end
-
###
# Factory method to create a Nodes::Not node that has the recipient of
# the caller as a child.