Skip to content

Commit

Permalink
Remove unused variable (#38197)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhilkinSerg authored Feb 21, 2020
1 parent 955132f commit 7206b26
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/activity_handlers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1879,7 +1879,6 @@ void activity_handlers::reload_finish( player_activity *act, player *p )
const int qty = act->index;
const bool is_speedloader = ammo.has_flag( flag_SPEEDLOADER );
const bool is_bolt = ammo.ammo_type() == ammo_bolt;
const bool reloadable_is_filthy = reloadable.is_filthy();
const bool ammo_is_filthy = ammo.is_filthy();

if( !reloadable.reload( *p, std::move( act->targets[ 1 ] ), qty ) ) {
Expand Down

0 comments on commit 7206b26

Please sign in to comment.