diff --git a/src/codeobject.h b/src/codeobject.h index f0a114c1..eeb2ac9e 100644 --- a/src/codeobject.h +++ b/src/codeobject.h @@ -61,7 +61,7 @@ struct CodeObject { PyVarList consts; std::vector> names; emhash8::HashMap<_Str, int> global_names; - std::vector blocks = { CodeBlock{NO_BLOCK, {}, -1} }; + std::vector blocks = { CodeBlock{NO_BLOCK, -1} }; emhash8::HashMap<_Str, int> labels; // tmp variables