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

Comment useless code.

This commit is contained in:
robocop 2009-11-15 10:25:50 +00:00
parent 315e08dc6e
commit cb332ddbeb

View File

@ -118,7 +118,7 @@ void METD_drop_charset(dsql_req* request, const MetaName& name)
}
// mark other potential candidates as maybe dropped
HSHD_set_flag(request->req_dbb, name.c_str(), name.length(), SYM_intlsym_charset, INTLSYM_dropped);
//HSHD_set_flag(request->req_dbb, name.c_str(), name.length(), SYM_intlsym_charset, INTLSYM_dropped);
}
@ -150,8 +150,8 @@ void METD_drop_collation(dsql_req* request, const dsql_str* name)
}
// mark other potential candidates as maybe dropped
HSHD_set_flag(request->req_dbb, name->str_data, name->str_length,
SYM_intlsym_collation, INTLSYM_dropped);
//HSHD_set_flag(request->req_dbb, name->str_data, name->str_length,
// SYM_intlsym_collation, INTLSYM_dropped);
}