Skip to content

Commit

Permalink
Mark unused
Browse files Browse the repository at this point in the history
  • Loading branch information
ryangreenberg committed Apr 8, 2024
1 parent 6ed8e74 commit 61893d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/analyzer/stmt_analyzer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ fn detect_unused_statement_expressions(
if let Some(functionlike_id) = functionlike_id {
if let FunctionLikeIdentifier::Function(function_id) = functionlike_id {
let codebase = statements_analyzer.get_codebase();
if let Some(functionlike_info) = codebase
if let Some(_functionlike_info) = codebase
.functionlike_infos
.get(&(function_id, StrId::EMPTY))
{
Expand Down

0 comments on commit 61893d6

Please sign in to comment.