Remove unused variables from readwritesplit

There were some unused variables in readwritesplit that caused builds to
fail.
This commit is contained in:
Markus Makela 2016-09-20 21:04:10 +03:00
parent 923761159f
commit 62ab834e8a

View File

@ -927,9 +927,6 @@ handle_multi_temp_and_load(ROUTER_CLIENT_SES *rses, GWBUF *querybuf,
*/
if (rses->have_tmp_tables)
{
rses_property_t *rses_prop_tmp;
rses_prop_tmp = rses->rses_properties[RSES_PROP_TYPE_TMPTABLES];
check_drop_tmp_table(rses, querybuf, packet_type);
if (is_packet_a_query(packet_type))
{