We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3f4075 commit d7dee5aCopy full SHA for d7dee5a
graalpython/com.oracle.graal.python.jni/src/trace/trace_ctx.c
@@ -42,11 +42,6 @@ int hpy_trace_ctx_free(HPyContext *tctx)
42
return 0;
43
}
44
45
-void hpy_trace_set_ctx(HPyContext *tctx)
46
-{
47
- g_trace_ctx = *tctx;
48
-}
49
-
50
static HPy create_trace_func_args(HPyContext *uctx, int id)
51
{
52
HPy h_name = HPyUnicode_FromString(uctx, hpy_trace_get_func_name(id));
0 commit comments