Removed unused variables and cleaned whitespaces.
Change-Id: Ie5c1ad84ad162ab18443dd228686aba544ecb9ef
This commit is contained in:
parent
1e9edf3c06
commit
79d0f02c97
|
|
@ -285,12 +285,8 @@ static int safecopy(
|
|||
static struct vir_addr v_src, v_dst;
|
||||
static vir_bytes v_offset;
|
||||
endpoint_t new_granter, *src, *dst;
|
||||
struct proc *granter_p;
|
||||
int r;
|
||||
struct cp_sfinfo sfinfo;
|
||||
#if PERF_USE_COW_SAFECOPY
|
||||
vir_bytes size;
|
||||
#endif
|
||||
|
||||
if(granter == NONE || grantee == NONE) {
|
||||
printf("safecopy: nonsense processes\n");
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user