mirror of
https://github.com/varun-r-mallya/Python-BPF.git
synced 2026-03-29 08:31:28 +00:00
Core: Remove unsused args in assign_pass
This commit is contained in:
@ -45,7 +45,6 @@ def handle_struct_field_assignment(
|
||||
if _is_char_array(field_type) and _is_i8_ptr(val_type):
|
||||
_copy_string_to_char_array(
|
||||
func,
|
||||
compilation_context,
|
||||
builder,
|
||||
val,
|
||||
field_ptr,
|
||||
@ -62,7 +61,6 @@ def handle_struct_field_assignment(
|
||||
|
||||
def _copy_string_to_char_array(
|
||||
func,
|
||||
compilation_context,
|
||||
builder,
|
||||
src_ptr,
|
||||
dst_ptr,
|
||||
|
||||
Reference in New Issue
Block a user