Remove useless initialization.
Sponsored by: The FreeBSD Foundation MFC after: 3 days
This commit is contained in:
parent
3d8e91f9ce
commit
0122d251bf
@ -327,7 +327,7 @@ kern_shmat_locked(struct thread *td, int shmid, const void *shmaddr,
|
||||
{
|
||||
struct proc *p = td->td_proc;
|
||||
struct shmid_kernel *shmseg;
|
||||
struct shmmap_state *shmmap_s = NULL;
|
||||
struct shmmap_state *shmmap_s;
|
||||
vm_offset_t attach_va;
|
||||
vm_prot_t prot;
|
||||
vm_size_t size;
|
||||
|
Loading…
Reference in New Issue
Block a user