Remove redundant TODO from return_utils

This commit is contained in:
Pragyansh Chaturvedi
2025-10-06 05:04:06 +05:30
parent 9aff614ff5
commit abef68c274

View File

@ -5,11 +5,6 @@ from llvmlite import ir
logger: logging.Logger = logging.getLogger(__name__)
# TODO: Ideally there should be only 3 cases:
# - Return none
# - Return XDP
# - Return expr
XDP_ACTIONS = {
"XDP_ABORTED": 0,
"XDP_DROP": 1,