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

Commit 1fd402b

Browse files
committed
Remove unused "option" from PQconnectdb().
1 parent 9453940 commit 1fd402b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/interfaces/libpq/fe-connect.c

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-connect.c,v 1.54 1998/01/13 04:24:10 scrappy Exp $
10+
* $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-connect.c,v 1.55 1998/01/13 14:57:25 vadim Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -148,7 +148,6 @@ PGconn *
148148
PQconnectdb(const char *conninfo)
149149
{
150150
PGconn *conn;
151-
PQconninfoOption *option;
152151
char errorMessage[ERROR_MSG_LENGTH];
153152
char* tmp;
154153
/* ----------

0 commit comments

Comments
 (0)