tweaks per reviewing feedback

This commit is contained in:
Vern Paxson 2022-05-13 16:16:21 -07:00
parent da72c1ea93
commit 702172079a
5 changed files with 14 additions and 14 deletions

View file

@ -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