diff options
author | Akira Matsuda <ronnie@dio.jp> | 2017-09-01 17:50:50 +0900 |
---|---|---|
committer | Akira Matsuda <ronnie@dio.jp> | 2017-09-01 17:50:50 +0900 |
commit | 95dce3c7169f29a6636919b9abb0c33937cbbcb6 (patch) | |
tree | 6b15ac363ab633ec8fa89da51afc2b6eff1e0d2c /lib/arel/visitors | |
parent | 42510bf71472e2e35d9becb546edd05562672344 (diff) | |
download | rails-95dce3c7169f29a6636919b9abb0c33937cbbcb6.tar.gz rails-95dce3c7169f29a6636919b9abb0c33937cbbcb6.tar.bz2 rails-95dce3c7169f29a6636919b9abb0c33937cbbcb6.zip |
Unused variables
Diffstat (limited to 'lib/arel/visitors')
-rw-r--r-- | lib/arel/visitors/informix.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/arel/visitors/informix.rb b/lib/arel/visitors/informix.rb index b53ab18b82..44b18b550e 100644 --- a/lib/arel/visitors/informix.rb +++ b/lib/arel/visitors/informix.rb @@ -18,9 +18,7 @@ module Arel end def visit_Arel_Nodes_SelectCore o, collector collector = inject_join o.projections, collector, ", " - froms = false if o.source && !o.source.empty? - froms = true collector << " FROM " collector = visit o.source, collector end |