Janitorial: Remove useless comments

This commit is contained in:
Pragyansh Chaturvedi
2025-11-23 06:29:44 +05:30
committed by varun-r-mallya
parent 84edddb685
commit 4ea02745b3
2 changed files with 0 additions and 9 deletions

View File

@ -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,