]> granicus.if.org Git - postgresql/commitdiff
Remove duplicate function declarations.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 14 Aug 2018 18:25:14 +0000 (14:25 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 14 Aug 2018 18:25:14 +0000 (14:25 -0400)
Christoph Berg

Discussion: https://postgr.es/m/20180814165536.GB21152@msg.df7cb.de

src/include/libpq/pqformat.h

index 6acb2e8de0499bc22db2e8db9a02afcdbb2abd8d..f0337325bb4e90332fa8abbcd998a9379b0bd810 100644 (file)
@@ -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.