mirror of
https://github.com/JakeHillion/scx.git
synced 2024-11-26 19:30:24 +00:00
scx_rustland_core: Remove unused variable
Remove unused variable "tctx" in rustland_select_cpu. Signed-off-by: I Hsin Cheng <richard120310@gmail.com>
This commit is contained in:
parent
a72c9058a3
commit
1595da78dc
@ -523,7 +523,6 @@ dispatch_direct_cpu(struct task_struct *p, s32 cpu, u64 slice_ns, u64 enq_flags)
|
||||
s32 BPF_STRUCT_OPS(rustland_select_cpu, struct task_struct *p, s32 prev_cpu,
|
||||
u64 wake_flags)
|
||||
{
|
||||
struct task_ctx *tctx;
|
||||
s32 cpu = prev_cpu;
|
||||
bool do_direct = false;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user