Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144470264
D16114.1774818508.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
458 B
Referenced Files
None
Subscribers
None
D16114.1774818508.diff
View Options
Index: head/sys/riscv/riscv/machdep.c
===================================================================
--- head/sys/riscv/riscv/machdep.c
+++ head/sys/riscv/riscv/machdep.c
@@ -548,7 +548,6 @@
struct thread *td;
struct proc *p;
int onstack;
- int code;
int sig;
td = curthread;
@@ -556,7 +555,6 @@
PROC_LOCK_ASSERT(p, MA_OWNED);
sig = ksi->ksi_signo;
- code = ksi->ksi_code;
psp = p->p_sigacts;
mtx_assert(&psp->ps_mtx, MA_OWNED);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Mar 29, 9:08 PM (8 h, 4 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28226077
Default Alt Text
D16114.1774818508.diff (458 B)
Attached To
Mode
D16114: sys/riscv/riscv/machdep.c: Remove unused variable "code"
Attached
Detach File
Event Timeline
Log In to Comment