Skip to content

Commit

Permalink
Deleted unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Defagot committed Sep 23, 2016
1 parent 638795a commit 3737908
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/rasti/db/relations.rb
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ def graph_to(rows, db, schema=nil, relations=[])

target_collection = target_collection_class.new db, schema

target_name = schema.nil? ? target_collection_class.collection_name : Sequel.qualify(schema, target_collection_class.collection_name)
relation_name = schema.nil? ? relation_collection_name : Sequel.qualify(schema, relation_collection_name)

join_rows = target_collection.query do |q, ds|
Expand Down

0 comments on commit 3737908

Please sign in to comment.