File tree Expand file tree Collapse file tree 2 files changed +0
-15
lines changed Expand file tree Collapse file tree 2 files changed +0
-15
lines changed Original file line number Diff line number Diff line change 246
246
XX(jl_init_options) \
247
247
XX(jl_init_restored_module) \
248
248
XX(jl_init_with_image) \
249
- XX(jl_init_with_image__threading) \
250
- XX(jl_init__threading) \
251
249
XX(jl_install_sigint_handler) \
252
250
XX(jl_instantiate_type_in_env) \
253
251
XX(jl_instantiate_unionall) \
Original file line number Diff line number Diff line change @@ -119,19 +119,6 @@ JL_DLLEXPORT void jl_init(void)
119
119
free (libbindir );
120
120
}
121
121
122
- // HACK: remove this for Julia 1.8 (see <https://github.com/JuliaLang/julia/issues/40730>)
123
- JL_DLLEXPORT void jl_init__threading (void )
124
- {
125
- jl_init ();
126
- }
127
-
128
- // HACK: remove this for Julia 1.8 (see <https://github.com/JuliaLang/julia/issues/40730>)
129
- JL_DLLEXPORT void jl_init_with_image__threading (const char * julia_bindir ,
130
- const char * image_relative_path )
131
- {
132
- jl_init_with_image (julia_bindir , image_relative_path );
133
- }
134
-
135
122
static void _jl_exception_clear (jl_task_t * ct ) JL_NOTSAFEPOINT
136
123
{
137
124
ct -> ptls -> previous_exception = NULL ;
You can’t perform that action at this time.
0 commit comments