diff --git a/src/spicy/spicyz/glue-compiler.h b/src/spicy/spicyz/glue-compiler.h index 44b5572988..58e42909f3 100644 --- a/src/spicy/spicyz/glue-compiler.h +++ b/src/spicy/spicyz/glue-compiler.h @@ -127,11 +127,7 @@ struct Event { std::shared_ptr spicy_module; /**< State for the Spichy module the referenced unit is defined in. */ - // TODO: The following aren't set yet. - // Code generation. - ::spicy::type::unit::item::UnitHook* spicy_hook = nullptr; /**< The generated Spicy hook. */ - hilti::declaration::Function* hilti_raise = nullptr; /**< The generated HILTI raise() function. */ std::vector expression_accessors; /**< One HILTI function per expression to access the value. */ };