Skip to content

Commit ccbdfee

Browse files
committed
Core: Remove unsused args in assign_pass
1 parent 61bca6b commit ccbdfee

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pythonbpf/assign_pass.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ def handle_struct_field_assignment(
4545
if _is_char_array(field_type) and _is_i8_ptr(val_type):
4646
_copy_string_to_char_array(
4747
func,
48-
compilation_context,
4948
builder,
5049
val,
5150
field_ptr,
@@ -62,7 +61,6 @@ def handle_struct_field_assignment(
6261

6362
def _copy_string_to_char_array(
6463
func,
65-
compilation_context,
6664
builder,
6765
src_ptr,
6866
dst_ptr,

0 commit comments

Comments
 (0)