Remove dead assignment
per scan-build
This commit is contained in:
parent
c12693d8f3
commit
6ad3611e1e
@ -489,7 +489,6 @@ check_foreign_key(PG_FUNCTION_ARGS)
|
||||
" %s = %s%s%s %s ",
|
||||
args2[k], (is_char_type > 0) ? "'" : "",
|
||||
nv, (is_char_type > 0) ? "'" : "", (k < nkeys) ? ", " : "");
|
||||
is_char_type = 0;
|
||||
}
|
||||
strcat(sql, " where ");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user