thread: remove dead store from thread_cow_update
This commit is contained in:
@@ -856,7 +856,6 @@ thread_cow_update(struct thread *td)
|
||||
struct plimit *oldlimit;
|
||||
|
||||
p = td->td_proc;
|
||||
oldlimit = NULL;
|
||||
PROC_LOCK(p);
|
||||
oldcred = crcowsync();
|
||||
oldlimit = lim_cowsync();
|
||||
|
||||
Reference in New Issue
Block a user