Remove completed TODO

This commit is contained in:
Andrew Morris
2023-07-24 09:51:50 +10:00
parent 0d59881d82
commit 0f7ab32fce

View File

@@ -1772,7 +1772,6 @@ impl ScopeAnalysis {
let child_scope = scope.nest(None);
for param in &catch.param {
// TODO: Associate the catch param with the catch block
self.param_pat(&child_scope, param);
}