Skip to content

Commit ec7db2b

Browse files
committed
Remove a comment which is now incorrect.
Before 5d305d8, this comment was correct, but now it says we do something which we don't actually do. Accordingly, remove the comment.
1 parent 23ed2ba commit ec7db2b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/interfaces/libpq/libpq-int.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,6 @@ struct pg_conn
364364
PGnotify *notifyTail; /* newest unreported Notify msg */
365365

366366
/* Connection data */
367-
/* See PQconnectPoll() for how we use 'int' and not 'pgsocket'. */
368367
pgsocket sock; /* FD for socket, PGINVALID_SOCKET if
369368
* unconnected */
370369
SockAddr laddr; /* Local address */

0 commit comments

Comments
 (0)