fixes for -O gen-standalone-C++

This commit is contained in:
Vern Paxson 2021-12-12 12:36:08 -08:00
parent d5e7db1070
commit 3b3cea799b
2 changed files with 6 additions and 20 deletions

View file

@ -39,8 +39,5 @@ function load_CPP%(h: count%): bool
// compiled scripts.
detail::standalone_activations.push_back(cb->second);
// Proceed with activation.
(*detail::CPP_init_hook)();
return zeek::val_mgr->True();
%}