comment wasn't really applicable here

This commit is contained in:
Abyss Watcher
2025-04-08 20:08:15 +02:00
parent 54f64fcab8
commit f9bd9fb94e
@@ -474,8 +474,6 @@ class Modules(interfaces.configuration.VersionableInterface):
Returns:
The struct module alignment
"""
# Not L1 cache aligned, but compiler should naturally
# align to the referenced type as a minimum.
return context.modules[vmlinux_module_name].get_type("pointer").size
@classmethod