Skip to content

Commit

Permalink
remove unused null_tvar
Browse files Browse the repository at this point in the history
  • Loading branch information
kLabz committed Jul 4, 2023
1 parent 52500ed commit 1e4e2b8
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/core/tFunctions.ml
Original file line number Diff line number Diff line change
Expand Up @@ -266,17 +266,6 @@ let null_abstract = {
a_enum = false;
}

let null_tvar = {
v_id = -1;
v_name = "";
v_type = t_dynamic;
v_kind = VGenerated;
v_flags = 0;
v_extra = None;
v_meta = [];
v_pos = null_pos;
}

let add_dependency ?(skip_postprocess=false) m mdep =
if m != null_module && m != mdep then begin
m.m_extra.m_deps <- PMap.add mdep.m_id mdep m.m_extra.m_deps;
Expand Down

0 comments on commit 1e4e2b8

Please sign in to comment.