Skip to content

Commit

Permalink
rm jl_method_table_set_frozen
Browse files Browse the repository at this point in the history
  • Loading branch information
fatteneder committed Oct 17, 2024
1 parent e1232bc commit ed9ec6e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions src/gf.c
Original file line number Diff line number Diff line change
Expand Up @@ -2028,11 +2028,6 @@ JL_DLLEXPORT void jl_method_table_disable(jl_methtable_t *mt, jl_method_t *metho
JL_UNLOCK(&world_counter_lock);
}

JL_DLLEXPORT void jl_method_table_set_frozen(jl_methtable_t *mt, int val)
{
mt->frozen = val;
}

static int jl_type_intersection2(jl_value_t *t1, jl_value_t *t2, jl_value_t **isect JL_REQUIRE_ROOTED_SLOT, jl_value_t **isect2 JL_REQUIRE_ROOTED_SLOT)
{
*isect2 = NULL;
Expand Down
1 change: 0 additions & 1 deletion src/jl_exported_funcs.inc
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,6 @@
XX(jl_method_instance_add_backedge) \
XX(jl_method_table_add_backedge) \
XX(jl_method_table_disable) \
XX(jl_method_table_set_frozen) \
XX(jl_method_table_for) \
XX(jl_method_table_insert) \
XX(jl_methtable_lookup) \
Expand Down

0 comments on commit ed9ec6e

Please sign in to comment.