Skip to content

Commit abef68c

Browse files
committed
Remove redundant TODO from return_utils
1 parent 9aff614 commit abef68c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pythonbpf/functions/return_utils.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@
55

66
logger: logging.Logger = logging.getLogger(__name__)
77

8-
# TODO: Ideally there should be only 3 cases:
9-
# - Return none
10-
# - Return XDP
11-
# - Return expr
12-
138
XDP_ACTIONS = {
149
"XDP_ABORTED": 0,
1510
"XDP_DROP": 1,

0 commit comments

Comments
 (0)