mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 06:43:04 +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;
|
||||
|
||||
GSEC_print_status(status, false);
|
||||
GSEC_print_status(status);
|
||||
if (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;
|
||||
}
|
||||
|
||||
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"
|
||||
|
||||
// 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(USHORT);
|
||||
void GSEC_print(USHORT, const char* str = 0);
|
||||
|
Loading…
Reference in New Issue
Block a user