]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
bhyve: Remove unneeded variable ncq.
authorpfg <pfg@FreeBSD.org>
Tue, 5 Apr 2016 19:30:19 +0000 (19:30 +0000)
committerpfg <pfg@FreeBSD.org>
Tue, 5 Apr 2016 19:30:19 +0000 (19:30 +0000)
commit2388d857317f7bf58aacc845f0fed1feb6f1ac9d
tree9aab7c0bf70277bb01d2ae9f330ac2b39d0e8d33
parent3424af5a703006b5ca649ab0bce23c1deb99429b
bhyve: Remove unneeded variable ncq.

ncq was not being inititialized properly but it was not actually
necessary either, so make the code smaller by removing it.

CID: 1248842
Reviewed by: grehan
usr.sbin/bhyve/pci_ahci.c