Remove useless initialization.

Sponsored by:	The FreeBSD Foundation
MFC after:	3 days
This commit is contained in:
Konstantin Belousov 2015-04-04 08:44:20 +00:00
parent 3d8e91f9ce
commit 0122d251bf
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=281071

View File

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