From: Tom Lane Date: Tue, 14 Aug 2018 18:25:14 +0000 (-0400) Subject: Remove duplicate function declarations. X-Git-Tag: REL_11_BETA4~114 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d39079a8b2d6d860a1ab7484ef19c31261c6b099;p=postgresql Remove duplicate function declarations. Christoph Berg Discussion: https://postgr.es/m/20180814165536.GB21152@msg.df7cb.de --- diff --git a/src/include/libpq/pqformat.h b/src/include/libpq/pqformat.h index 6acb2e8de0..f0337325bb 100644 --- a/src/include/libpq/pqformat.h +++ b/src/include/libpq/pqformat.h @@ -31,9 +31,6 @@ extern void pq_send_ascii_string(StringInfo buf, const char *str); extern void pq_sendfloat4(StringInfo buf, float4 f); extern void pq_sendfloat8(StringInfo buf, float8 f); -extern void pq_sendfloat4(StringInfo buf, float4 f); -extern void pq_sendfloat8(StringInfo buf, float8 f); - /* * Append a [u]int8 to a StringInfo buffer, which already has enough space * preallocated.