1
0
mirror of https://github.com/postgres/postgres.git synced 2025-10-21 02:52:47 +03:00

Silence compiler warning.

This commit is contained in:
Tom Lane
2000-12-07 02:52:27 +00:00
parent 06dde51ef0
commit 5cf81b3c06
3 changed files with 5 additions and 5 deletions

View File

@@ -212,7 +212,6 @@ get_data(PGresult *results, int act_tuple, int act_field, int lineno,
{
ECPGraise(lineno, ECPG_FLOAT_FORMAT, pval);
return (false);
dres = 0.0;
}
}
else