mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 22:03:03 +01:00
Better style
This commit is contained in:
parent
c2f40c083d
commit
83899abaac
@ -84,9 +84,8 @@ public:
|
||||
// One if free to ignore passed info when not needed
|
||||
void setInfo(CheckStatusWrapper* status, IDbCryptInfo* info)
|
||||
{
|
||||
#ifdef NEVERDEF
|
||||
fprintf(stderr, "DbInfo: name is %s\n", info->getDatabaseFullPath(status));
|
||||
#endif
|
||||
// You may uncomment next line in a case of embedded connection
|
||||
// fprintf(stderr, "DbInfo: name is %s\n", info->getDatabaseFullPath(status));
|
||||
}
|
||||
|
||||
int release()
|
||||
|
Loading…
Reference in New Issue
Block a user