diff --git a/src/interfaces/libpq/fe-auth.c b/src/interfaces/libpq/fe-auth.c index 979714055e..1a1c7bfc3d 100644 --- a/src/interfaces/libpq/fe-auth.c +++ b/src/interfaces/libpq/fe-auth.c @@ -978,8 +978,6 @@ pg_fe_sendauth(AuthRequest areq, PGconn *conn) /* * pg_fe_getauthname -- returns a pointer to dynamic space containing whatever * name the user has authenticated to the system - * - * if there is an error, return NULL with an error message in errorMessage */ char * pg_fe_getauthname(void)