Skip to content

Commit 2fee9e0

Browse files
authored
Remove jl_line_info_node_t (no longer used) (#58393)
1 parent b319a95 commit 2fee9e0

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/julia.h

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -232,15 +232,6 @@ JL_DLLEXPORT extern const jl_callptr_t jl_f_opaque_closure_call_addr;
232232

233233
JL_DLLEXPORT extern const jl_callptr_t jl_fptr_wait_for_compiled_addr;
234234

235-
typedef struct _jl_line_info_node_t {
236-
JL_DATA_TYPE
237-
struct _jl_module_t *module;
238-
jl_value_t *method; // may contain a jl_symbol, jl_method_t, or jl_method_instance_t
239-
jl_sym_t *file;
240-
int32_t line;
241-
int32_t inlined_at;
242-
} jl_line_info_node_t;
243-
244235
struct jl_codeloc_t {
245236
int32_t line;
246237
int32_t to;

0 commit comments

Comments
 (0)