We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61bca6b commit ccbdfeeCopy full SHA for ccbdfee
1 file changed
pythonbpf/assign_pass.py
@@ -45,7 +45,6 @@ def handle_struct_field_assignment(
45
if _is_char_array(field_type) and _is_i8_ptr(val_type):
46
_copy_string_to_char_array(
47
func,
48
- compilation_context,
49
builder,
50
val,
51
field_ptr,
@@ -62,7 +61,6 @@ def handle_struct_field_assignment(
62
61
63
def _copy_string_to_char_array(
64
65
66
67
src_ptr,
68
dst_ptr,
0 commit comments