Skip to content

Commit db89e40

Browse files
merge conf fix
1 parent 520420f commit db89e40

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

src/rdi_from_dwarf/rdi_from_dwarf.c

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -258,17 +258,6 @@ d2r_collect_proc_params(Arena *arena, D2R_TypeTable *type_table, DW_Input *input
258258

259259
////////////////////////////////
260260

261-
internal B32
262-
rdim_is_bytecode_tls_dependent(RDIM_EvalBytecode bc)
263-
{
264-
for EachNode(n, RDIM_EvalBytecodeOp, bc.first_op) {
265-
if (n->op == RDI_EvalOp_TLSOff) {
266-
return 1;
267-
}
268-
}
269-
return 0;
270-
}
271-
272261
internal B32
273262
rdim_is_eval_bytecode_static(RDIM_EvalBytecode bc)
274263
{

src/rdi_from_dwarf/rdi_from_dwarf.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ internal RDI_EvalTypeGroup d2r_type_group_from_type_kind(RDI_TypeKind x);
111111
////////////////////////////////
112112
//~ RDIM Bytecode Helpers
113113

114-
internal B32 rdim_is_bytecode_tls_dependent(RDIM_EvalBytecode bc);
115114
internal B32 rdim_is_eval_bytecode_static(RDIM_EvalBytecode bc);
116115
internal U64 rdim_virt_off_from_eval_bytecode(RDIM_EvalBytecode bc, U64 image_base);
117116

0 commit comments

Comments
 (0)