diff options
author | Tom Lane | 2000-12-07 02:52:27 +0000 |
---|---|---|
committer | Tom Lane | 2000-12-07 02:52:27 +0000 |
commit | 5cf81b3c06403f83b1a69c4855fc18e79fc596fd (patch) | |
tree | 39338a1f270dc0159681004fbe43e6845bb98362 /src/interfaces/ecpg/lib/data.c | |
parent | 06dde51ef0c69b34a07f53c47a5bd5faad66e876 (diff) |
Silence compiler warning.
Diffstat (limited to 'src/interfaces/ecpg/lib/data.c')
-rw-r--r-- | src/interfaces/ecpg/lib/data.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/interfaces/ecpg/lib/data.c b/src/interfaces/ecpg/lib/data.c index fdaa583aa4..8230564e12 100644 --- a/src/interfaces/ecpg/lib/data.c +++ b/src/interfaces/ecpg/lib/data.c @@ -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 |