mirror of
https://github.com/varun-r-mallya/Python-BPF.git
synced 2025-12-31 21:06:25 +00:00
Janitorial: Remove useless comments
This commit is contained in:
@ -304,7 +304,6 @@ def get_char_array_ptr_and_size(
|
||||
logger.warning("Field is not a char array")
|
||||
return None, 0
|
||||
|
||||
# Get field pointer (automatically handles null checks!)
|
||||
field_ptr, _ = access_struct_field(
|
||||
builder,
|
||||
struct_ptr,
|
||||
|
||||
Reference in New Issue
Block a user