From abef68c2744691415dd8dd8024b38596d59cb344 Mon Sep 17 00:00:00 2001 From: Pragyansh Chaturvedi Date: Mon, 6 Oct 2025 05:04:06 +0530 Subject: [PATCH] Remove redundant TODO from return_utils --- pythonbpf/functions/return_utils.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pythonbpf/functions/return_utils.py b/pythonbpf/functions/return_utils.py index 7d11f87..c24e277 100644 --- a/pythonbpf/functions/return_utils.py +++ b/pythonbpf/functions/return_utils.py @@ -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,