remove unary assign

This commit is contained in:
2025-09-11 02:37:28 +05:30
parent 6f6f101a86
commit b64b5b2483
3 changed files with 2 additions and 38 deletions

View File

@ -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