Remove unused user_data argument to jit functions
Open
estimate:XS
jit
- Dominant language
- C++
- Stars
- 1.9k
- Forks
- 283
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 135
Description
A pointer called `user_data` is passed around through the jit functions but it is never used and set to null. Remove it. I think the original intent was for passing some metadata to channel ops but it's no longer used.
Contributor guide
Assessment
This issue has not been assessed yet.