Skip to content

Commit 0f15dd4

Browse files
committed
Removed superfluous comment
1 parent b6c1615 commit 0f15dd4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/postgresql_stubs.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,8 +270,6 @@ CAMLprim value PQconnectdb_stub(value v_conn_info, value v_startonly)
270270
caml_leave_blocking_section();
271271
}
272272

273-
/* One may raise this 30 to 500 for instance if the program takes
274-
responsibility of closing connections */
275273
v_conn = caml_alloc_small(3, Abstract_tag);
276274

277275
set_conn(v_conn, conn);

0 commit comments

Comments
 (0)