8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 20:03:03 +01:00
This commit is contained in:
asfernandes 2008-08-27 15:37:09 +00:00
parent 1a7eec2385
commit 41d9d94945

View File

@ -270,8 +270,6 @@ bool ERR_post_warning(const Firebird::Arg::StatusVector& v)
* Post a warning to the current status vector.
*
**************************************/
int type, len;
ISC_STATUS* q;
int indx = 0, warning_indx = 0;
ISC_STATUS* status_vector = ((thread_db*) JRD_get_thread_data())->tdbb_status_vector;