Skip to content

Commit d7dee5a

Browse files
committed
Remove function hpy_trace_set_ctx
1 parent c3f4075 commit d7dee5a

File tree

1 file changed

+0
-5
lines changed
  • graalpython/com.oracle.graal.python.jni/src/trace

1 file changed

+0
-5
lines changed

graalpython/com.oracle.graal.python.jni/src/trace/trace_ctx.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,6 @@ int hpy_trace_ctx_free(HPyContext *tctx)
4242
return 0;
4343
}
4444

45-
void hpy_trace_set_ctx(HPyContext *tctx)
46-
{
47-
g_trace_ctx = *tctx;
48-
}
49-
5045
static HPy create_trace_func_args(HPyContext *uctx, int id)
5146
{
5247
HPy h_name = HPyUnicode_FromString(uctx, hpy_trace_get_func_name(id));

0 commit comments

Comments
 (0)