Skip to content

Commit

Permalink
Remove unused local variable once again
Browse files Browse the repository at this point in the history
  • Loading branch information
lexidor committed Dec 24, 2023
1 parent 8b1692a commit 57f46ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/__Private/codegen/CodegenSyntax.hack
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,6 @@ final class CodegenSyntax extends CodegenBase {

$base_type = Str\slice($expected_type, 0, $generic_left_angle);
$open_generic = $base_type.'<_>';
$rest = Str\slice($expected_type, $generic_left_angle);

$is_node_listy = $base_type === 'NodeList' || $base_type === '?NodeList';
$is_list_itemy = $base_type === 'ListItem' || $base_type === '?ListItem';
Expand Down

0 comments on commit 57f46ab

Please sign in to comment.