aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/nodes/extract.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/arel/nodes/extract.rb')
-rw-r--r--lib/arel/nodes/extract.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/arel/nodes/extract.rb b/lib/arel/nodes/extract.rb
index 4e797b6770..fdf3004c6a 100644
--- a/lib/arel/nodes/extract.rb
+++ b/lib/arel/nodes/extract.rb
@@ -2,9 +2,6 @@
module Arel
module Nodes
class Extract < Arel::Nodes::Unary
- include Arel::AliasPredication
- include Arel::Predications
-
attr_accessor :field
def initialize expr, field