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