mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-12 09:27:04 +08:00
Remove dead assignment
found by Coverity
This commit is contained in:
@ -258,7 +258,7 @@ ResetSequence(Oid seq_relid)
|
||||
* indeed a sequence.
|
||||
*/
|
||||
init_sequence(seq_relid, &elm, &seq_rel);
|
||||
seq = read_info(elm, seq_rel, &buf);
|
||||
read_info(elm, seq_rel, &buf);
|
||||
|
||||
/*
|
||||
* Copy the existing sequence tuple.
|
||||
|
||||
Reference in New Issue
Block a user