Removed unused variables and cleaned whitespaces.

Change-Id: Ib96d1c5bf7a1c65a99d77726fe54ccf37399f9eb
This commit is contained in:
Ben Mezger 2017-03-16 12:56:01 -03:00 committed by David van Moolenbroek
parent 79d0f02c97
commit 0f117bd78a

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);