9pfs: remove dead code
commit71042cffc093a80734608649a6a47b30142c3e6a
authorWei Liu <wei.liu2@citrix.com>
Thu, 19 Nov 2015 12:46:53 +0000 (19 12:46 +0000)
committerAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Fri, 8 Jan 2016 07:26:03 +0000 (8 12:56 +0530)
treef5e4ef0660779345328cd7bb93c6e719346520e8
parent756cb74a59cfe5a4f5ceb4ac178d99d39cd5f0fe
9pfs: remove dead code

Some structures in virtio-9p.h have been unused since 2011 when relevant
functions switched to use coroutines.

The declaration of pdu_packunpack and function do_pdu_unpack are
useless.

Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
hw/9pfs/virtio-9p.h