Removed unused variable

This commit is contained in:
abitmore 2018-07-05 14:15:18 -04:00 committed by gladcow
parent 83736ba656
commit 66f6f26934

View file

@ -612,7 +612,6 @@ void split_fba_balance(
if( fba.accumulated_fba_fees == 0 )
return;
const asset_object& core = db.get_core_asset();
const asset_dynamic_data_object& core_dd = db.get_core_dynamic_data();
if( !fba.is_configured(db) )