Skip to content

Commit 598d0b1

Browse files
NFC: Remove obsolete TODO (#8819)
The TODO is already resolved: #8807 (comment).
1 parent 2227ff0 commit 598d0b1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/wasm.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2401,7 +2401,6 @@ struct CodeAnnotation {
24012401
class Function : public Importable {
24022402
public:
24032403
// A non-nullable reference to a function type. Exact for defined functions.
2404-
// TODO: Inexact for imported functions.
24052404
Type type = Type(Signature(), NonNullable, Exact);
24062405
IRProfile profile = IRProfile::Normal;
24072406
std::vector<Type> vars; // non-param locals

0 commit comments

Comments
 (0)