diff options
| author | Nic Gaffney <gaffney_nic@protonmail.com> | 2023-06-28 14:52:05 -0500 |
|---|---|---|
| committer | Nic Gaffney <gaffney_nic@protonmail.com> | 2023-06-28 14:52:05 -0500 |
| commit | 23efbb28788c68dec433c961e88f33c08eb52867 (patch) | |
| tree | 2cfe2afd1d9f36a4a0bef1df753fd1999ba2dd4f | |
| parent | 9993ba916f60ead48df114951c82fb79295abb10 (diff) | |
| download | sloth-23efbb28788c68dec433c961e88f33c08eb52867.tar.gz | |
fuc
| -rw-r--r-- | sloth/src/analysis/setup.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sloth/src/analysis/setup.rs b/sloth/src/analysis/setup.rs index 62b9e8f..f124663 100644 --- a/sloth/src/analysis/setup.rs +++ b/sloth/src/analysis/setup.rs @@ -198,7 +198,6 @@ pub(super) fn propagate_types(node: &mut Expr) -> Result<(), AnalysisError> { AnalysisError::UnknownIdentifier(node.line, identifier.to_owned()), )? } - ExprKind::Iterator() => {} ExprKind::BinaryOp { lhs, rhs, op } => { // Propagating the types to the children propagate_types(lhs)?; |
