mirror of
https://github.com/varun-r-mallya/Python-BPF.git
synced 2025-12-31 21:06:25 +00:00
remove unary assign
This commit is contained in:
@ -49,8 +49,6 @@ def hello_again(ctx: c_void_p) -> c_int64:
|
||||
keema = 8 * 9
|
||||
keesa = 10 - 11
|
||||
keeda = 10 / 5
|
||||
# below does not spit IR
|
||||
keeda += 1
|
||||
return c_int64(0)
|
||||
|
||||
@bpf
|
||||
|
||||
Reference in New Issue
Block a user