Skip to content

Commit b8ef7cc

Browse files
Remove trace_printk decorator function
1 parent e19aa9f commit b8ef7cc

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

pythonbpf/decorators.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,3 @@ def wrapper(fn):
66

77
def license(license_type: str):
88
return license_type
9-
10-
def trace_printk(msg: str):
11-
# placeholder — real version lowers to IR later
12-
print(f"[trace_printk] {msg}")

0 commit comments

Comments
 (0)