Skip to content

Commit

Permalink
fix for warning test
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffBezanson committed Aug 9, 2024
1 parent aa8b031 commit 4ca0fef
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/rtutils.c
Original file line number Diff line number Diff line change
Expand Up @@ -1405,8 +1405,6 @@ size_t jl_static_show_func_sig_(JL_STREAM *s, jl_value_t *type, jl_static_show_c
if ((jl_nparams(ftype) == 0 || ftype == ((jl_datatype_t*)ftype)->name->wrapper) &&
((jl_datatype_t*)ftype)->name->mt != jl_type_type_mt &&
((jl_datatype_t*)ftype)->name->mt != jl_nonfunction_mt) {
n += jl_static_show_symbol(s, ((jl_datatype_t*)ftype)->name->module->name);
n += jl_printf(s, ".");
n += jl_static_show_symbol(s, ((jl_datatype_t*)ftype)->name->mt->name);
}
else {
Expand Down

0 comments on commit 4ca0fef

Please sign in to comment.