Commit 2dfcb31c authored by Gabriel Ivăncescu's avatar Gabriel Ivăncescu Committed by Alexandre Julliard

vbscript: Remove unused field.

parent a14281c0
......@@ -1980,9 +1980,6 @@ HRESULT compile_procedure(script_ctx_t *script, const WCHAR *src, const WCHAR *d
desc->func_cnt = 1;
desc->funcs->entries[VBDISP_CALLGET] = &code->main_code;
desc->next = script->script_obj->procs;
script->script_obj->procs = desc;
*ret = desc;
return S_OK;
}
......@@ -141,7 +141,6 @@ typedef struct {
size_t global_funcs_size;
class_desc_t *classes;
class_desc_t *procs;
script_ctx_t *ctx;
heap_pool_t heap;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment