Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 02dc746

Browse files
committed
Remove duplicate function declarations.
Christoph Berg Discussion: https://postgr.es/m/20180814165536.GB21152@msg.df7cb.de
1 parent b68ff3e commit 02dc746

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/include/libpq/pqformat.h

-3
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ extern void pq_send_ascii_string(StringInfo buf, const char *str);
3131
extern void pq_sendfloat4(StringInfo buf, float4 f);
3232
extern void pq_sendfloat8(StringInfo buf, float8 f);
3333

34-
extern void pq_sendfloat4(StringInfo buf, float4 f);
35-
extern void pq_sendfloat8(StringInfo buf, float8 f);
36-
3734
/*
3835
* Append a [u]int8 to a StringInfo buffer, which already has enough space
3936
* preallocated.

0 commit comments

Comments
 (0)