8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 18:43:03 +01:00

Cleanup code was used with WAL

This commit is contained in:
mapopa 2015-09-16 12:35:41 +00:00
parent 5df109189d
commit 41e2b51571

View File

@ -1857,37 +1857,6 @@ static void list_collations()
} }
#ifdef NOT_USED_OR_REPLACED
static void print_set(bool* set_used)
{
/**************************************
*
* p r i n t _ s e t
*
**************************************
*
* Functional description
* print the word "SET"
* in the first line of the ALTER DATABASE
* settings options. Also, add trailing
* comma for end of prior line if needed.
*
* uses Print_buffer, a global
*
**************************************/
if (!*set_used)
{
isqlGlob.printf(" SET ");
*set_used = true;
}
else
{
isqlGlob.printf(", %s ", NEWLINE);
}
}
#endif
static void list_create_db() static void list_create_db()
{ {
/************************************** /**************************************