Skip to content

Commit f9bd9fb

Browse files
committed
comment wasn't really applicable here
1 parent 54f64fc commit f9bd9fb

File tree

1 file changed

+0
-2
lines changed
  • volatility3/framework/symbols/linux/utilities

1 file changed

+0
-2
lines changed

volatility3/framework/symbols/linux/utilities/modules.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -474,8 +474,6 @@ def get_module_address_alignment(
474474
Returns:
475475
The struct module alignment
476476
"""
477-
# Not L1 cache aligned, but compiler should naturally
478-
# align to the referenced type as a minimum.
479477
return context.modules[vmlinux_module_name].get_type("pointer").size
480478

481479
@classmethod

0 commit comments

Comments
 (0)