[Calyx] [NFC] Remove completed TODO.

This commit is contained in:
Chris Gyurgyik 2021-09-23 15:33:47 -07:00 committed by GitHub
parent c49dc11d6f
commit 069faf81d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -82,7 +82,6 @@ def ComponentOp : CalyxOp<"component", [
```
}];
// TODO(Calyx): Allow explicit port naming?
let arguments = (ins
ArrayAttr:$portNames
);