aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/nodes/avg.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/arel/nodes/avg.rb')
-rw-r--r--lib/arel/nodes/avg.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/arel/nodes/avg.rb b/lib/arel/nodes/avg.rb
deleted file mode 100644
index 8fc86fc21e..0000000000
--- a/lib/arel/nodes/avg.rb
+++ /dev/null
@@ -1,6 +0,0 @@
-module Arel
- module Nodes
- class Avg < Arel::Nodes::Function
- end
- end
-end