Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
QuillInkwell committed Feb 3, 2025
1 parent 1b1de60 commit aadb3ca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/math_parser_diag.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1696,7 +1696,6 @@ diag_eval_dbl_f quality_eval( char scope, std::vector<diag_value> const &params

return[quality_param = params[0], strict_val,
beta = is_beta( scope )]( const_dialogue const & d ) {
item_location const *it = d.const_actor( beta )->get_const_item();
std::string quality = quality_param.str( d );
bool strict = is_true( strict_val.dbl( d ) );

Expand Down

0 comments on commit aadb3ca

Please sign in to comment.