Removed unused variables and cleaned whitespaces.

This commit is contained in:
Ben Mezger 2017-03-16 12:56:01 -03:00
parent c6dbd31663
commit cde13ef781

View File

@ -887,7 +887,6 @@ int allow_ipc_filtered_memreq(struct proc *src_rp, struct proc *dst_rp)
struct proc *vmp; struct proc *vmp;
message m_buf; message m_buf;
int allow_src, allow_dst;
vmp = proc_addr(VM_PROC_NR); vmp = proc_addr(VM_PROC_NR);