Remove some unused Spicy state.

This commit is contained in:
Robin Sommer 2024-04-09 16:32:18 +02:00
parent 46ecd8305d
commit da21712fb9
No known key found for this signature in database
GPG key ID: D8187293B3FFE5D0

View file

@ -127,11 +127,7 @@ struct Event {
std::shared_ptr<glue::SpicyModule>
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<ExpressionAccessor> expression_accessors; /**< One HILTI function per expression to access the value. */
};