Remove dead assignment

per scan-build
This commit is contained in:
Peter Eisentraut 2018-01-29 20:41:36 -05:00
parent c12693d8f3
commit 6ad3611e1e
1 changed files with 0 additions and 1 deletions

View File

@ -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 ");