Skip to content

Commit

Permalink
Remove unused parents_nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
cgocast committed Oct 2, 2023
1 parent 6eb40e7 commit e0c24cb
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -323,8 +323,6 @@ public static function castIntAttempt(

$atomic_types = $stmt_type->getAtomicTypes();

$parent_nodes = [];

$parent_nodes = $stmt_type->parent_nodes;

while ($atomic_types) {
Expand Down Expand Up @@ -511,8 +509,6 @@ public static function castFloatAttempt(

$atomic_types = $stmt_type->getAtomicTypes();

$parent_nodes = [];

$parent_nodes = $stmt_type->parent_nodes;

while ($atomic_types) {
Expand Down

0 comments on commit e0c24cb

Please sign in to comment.