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

Remove declarations used by functions removed in a previous commit

This commit is contained in:
brodsom 2003-03-27 12:40:55 +00:00
parent 3c439b4a71
commit 6c839ed6f3

View File

@ -58,14 +58,6 @@ static BOOLEAN fdls_mutex_init = FALSE;
static MUTX_T fdls_mutex[1];
#endif
/* external file directory list */
static EDLS first_edls = { 0, { 0 } };
#ifdef V4_THREADING
static BOOLEAN edls_mutex_init = FALSE;
static MUTX_T edls_mutex[1];
#endif
BOOLEAN DLS_get_temp_space(ULONG size, SFB sfb)
{
/**************************************