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):
|
if _is_char_array(field_type) and _is_i8_ptr(val_type):
|
||||||
_copy_string_to_char_array(
|
_copy_string_to_char_array(
|
||||||
func,
|
func,
|
||||||
compilation_context,
|
|
||||||
builder,
|
builder,
|
||||||
val,
|
val,
|
||||||
field_ptr,
|
field_ptr,
|
||||||
@ -62,7 +61,6 @@ def handle_struct_field_assignment(
|
|||||||
|
|
||||||
def _copy_string_to_char_array(
|
def _copy_string_to_char_array(
|
||||||
func,
|
func,
|
||||||
compilation_context,
|
|
||||||
builder,
|
builder,
|
||||||
src_ptr,
|
src_ptr,
|
||||||
dst_ptr,
|
dst_ptr,
|
||||||
|
|||||||
Reference in New Issue
Block a user