mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Remove some unused Spicy state.
This commit is contained in:
parent
46ecd8305d
commit
da21712fb9
1 changed files with 0 additions and 4 deletions
|
@ -127,11 +127,7 @@ struct Event {
|
||||||
std::shared_ptr<glue::SpicyModule>
|
std::shared_ptr<glue::SpicyModule>
|
||||||
spicy_module; /**< State for the Spichy module the referenced unit is defined in. */
|
spicy_module; /**< State for the Spichy module the referenced unit is defined in. */
|
||||||
|
|
||||||
// TODO: The following aren't set yet.
|
|
||||||
|
|
||||||
// Code generation.
|
// 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. */
|
std::vector<ExpressionAccessor> expression_accessors; /**< One HILTI function per expression to access the value. */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue