mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
removing unused variable
This commit is contained in:
@@ -83,7 +83,7 @@ HEADER
|
||||
|
||||
# first dump primary key column
|
||||
if @connection.respond_to?(:pk_and_sequence_for)
|
||||
pk, pk_seq = @connection.pk_and_sequence_for(table)
|
||||
pk = @connection.pk_and_sequence_for(table).first
|
||||
elsif @connection.respond_to?(:primary_key)
|
||||
pk = @connection.primary_key(table)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user