aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/schema_dumper.rb
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2017-08-24 21:52:53 +0900
committerRyuta Kamizono <kamipo@gmail.com>2017-08-24 21:52:53 +0900
commit51b017652a4725f51e6ee01737f52ff63d5b8424 (patch)
tree759cb598cfabf50cfda1856bef8084c389d20225 /activerecord/lib/active_record/schema_dumper.rb
parentf10a6467c5252afa73cbdecb7400667fdda27ada (diff)
downloadrails-51b017652a4725f51e6ee01737f52ff63d5b8424.tar.gz
rails-51b017652a4725f51e6ee01737f52ff63d5b8424.tar.bz2
rails-51b017652a4725f51e6ee01737f52ff63d5b8424.zip
Remove unused returning value `stream`
Diffstat (limited to 'activerecord/lib/active_record/schema_dumper.rb')
-rw-r--r--activerecord/lib/active_record/schema_dumper.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/activerecord/lib/active_record/schema_dumper.rb b/activerecord/lib/active_record/schema_dumper.rb
index 7b2894086e..d2e1892ae7 100644
--- a/activerecord/lib/active_record/schema_dumper.rb
+++ b/activerecord/lib/active_record/schema_dumper.rb
@@ -163,8 +163,6 @@ HEADER
stream.puts "# #{e.message}"
stream.puts
end
-
- stream
end
# Keep it for indexing materialized views