mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 08:08:19 +00:00
tweaks per reviewing feedback
This commit is contained in:
parent
da72c1ea93
commit
702172079a
5 changed files with 14 additions and 14 deletions
|
@ -59,8 +59,6 @@ extern ValPtr when_invoke__CPP(Func* f, std::vector<ValPtr> args, Frame* frame,
|
|||
// Thrown when a call inside a "when" delays.
|
||||
class DelayedCallException : public InterpreterException
|
||||
{
|
||||
public:
|
||||
DelayedCallException() { }
|
||||
};
|
||||
|
||||
// Assigns the given value to the given global. A separate function because
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue