mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 06:03:02 +01:00
Delete unused function params
This commit is contained in:
parent
0d90bd31d9
commit
679c73f358
@ -364,7 +364,7 @@ int gsec(Firebird::UtilSvc* uSvc)
|
|||||||
|
|
||||||
tdsec->tsec_throw = false;
|
tdsec->tsec_throw = false;
|
||||||
|
|
||||||
GSEC_print_status(status, false);
|
GSEC_print_status(status);
|
||||||
if (uSvc->getStatus())
|
if (uSvc->getStatus())
|
||||||
{
|
{
|
||||||
fb_utils::init_status(uSvc->getStatus());
|
fb_utils::init_status(uSvc->getStatus());
|
||||||
@ -1164,7 +1164,7 @@ static SSHORT parse_cmd_line(Firebird::UtilSvc::ArgvType& argv, tsec* tdsec)
|
|||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
void GSEC_print_status(const ISC_STATUS* status_vector, bool exitOnError)
|
void GSEC_print_status(const ISC_STATUS* status_vector)
|
||||||
{
|
{
|
||||||
/**************************************
|
/**************************************
|
||||||
*
|
*
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
#include "../common/UtilSvc.h"
|
#include "../common/UtilSvc.h"
|
||||||
|
|
||||||
// Output reporting utilities
|
// Output reporting utilities
|
||||||
void GSEC_print_status(const ISC_STATUS*, bool exitOnError = true);
|
void GSEC_print_status(const ISC_STATUS*);
|
||||||
void GSEC_error_redirect(const ISC_STATUS*, USHORT);
|
void GSEC_error_redirect(const ISC_STATUS*, USHORT);
|
||||||
void GSEC_error(USHORT);
|
void GSEC_error(USHORT);
|
||||||
void GSEC_print(USHORT, const char* str = 0);
|
void GSEC_print(USHORT, const char* str = 0);
|
||||||
|
Loading…
Reference in New Issue
Block a user