Skip to content

Commit

Permalink
Remove pystate.o reference
Browse files Browse the repository at this point in the history
  • Loading branch information
hoodmane committed Jan 27, 2024
1 parent 1f386de commit 347d88a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/core/_pyodide_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,10 @@ void
pyodide_export(void);
int
py_version_major(void);
void
set_new_cframe(void* frame);
// Force _pyodide_core.o, _pyodide_pre.gen.o, and pystate.o to be included by
// using a symbol from each of them.
void* pyodide_export_ = pyodide_export;
void* py_version_major_ = py_version_major;
void* set_new_cframe_ = set_new_cframe;

// clang-format off
EM_JS(void, set_pyodide_module, (JsVal mod), {
Expand Down

0 comments on commit 347d88a

Please sign in to comment.