From 95e03fe13f1a6a55d0f5886c2a96557a0656a182 Mon Sep 17 00:00:00 2001 From: stevenfontanella Date: Tue, 9 Jun 2026 17:55:34 +0000 Subject: [PATCH] Remove obsolete TODO --- src/wasm.h | 1 - 1 file changed, 1 deletion(-) 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