diff --git a/src/wasm.h b/src/wasm.h index 9f81336144d..9407005d48b 100644 --- a/src/wasm.h +++ b/src/wasm.h @@ -2401,7 +2401,6 @@ struct CodeAnnotation { class Function : public Importable { public: // A non-nullable reference to a function type. Exact for defined functions. - // TODO: Inexact for imported functions. Type type = Type(Signature(), NonNullable, Exact); IRProfile profile = IRProfile::Normal; std::vector vars; // non-param locals