diff --git a/src/alice/alice.cpp b/src/alice/alice.cpp index e8709cc250..2262f23e2c 100644 --- a/src/alice/alice.cpp +++ b/src/alice/alice.cpp @@ -427,7 +427,7 @@ int alice(Firebird::UtilSvc* uSvc) } } - if (table->in_sw_value & (sw_attach | sw_force | sw_tran /*| sw_cache*/)) + if (table->in_sw_value & (sw_attach | sw_force | sw_tran)) { if (--argc <= 0) { ALICE_error(17); // msg 17: number of seconds required @@ -481,7 +481,7 @@ int alice(Firebird::UtilSvc* uSvc) // put this here since to put it above overly complicates the parsing. // can't use tbl_requires since it only looks backwards on command line. - if ((flags & sw_shut) && !(flags & ((sw_attach | sw_force | sw_tran /*| sw_cache*/)))) + if ((flags & sw_shut) && !(flags & ((sw_attach | sw_force | sw_tran)))) { ALICE_error(19); // msg 19: must specify type of shutdown } diff --git a/src/alice/aliceswi.h b/src/alice/aliceswi.h index e9c5f74d52..4afffe927a 100644 --- a/src/alice/aliceswi.h +++ b/src/alice/aliceswi.h @@ -165,11 +165,6 @@ static const Switches::in_sw_tab_t alice_in_sw_table[] = {IN_SW_ALICE_COMMIT, isc_spb_rpr_commit_trans, "COMMIT", sw_commit, 0, ~(sw_commit | sw_auth_set | sw_nolinger), false, false, 29, 2, NULL}, // msg 29: \t-commit\t\tcommit transaction