Remove dead code
commit3fe5c14e7472f88dddf837a9faa60f6abb2ec6bf
authorAmit Shah <amit.shah@redhat.com>
Wed, 3 Jun 2009 09:06:24 +0000 (3 14:36 +0530)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 16 Jun 2009 20:36:47 +0000 (16 15:36 -0500)
tree6bc3b67683fa0df881f019ede586835b9bb27057
parent538f368612565f7c7672145c31e87f1d3d02d545
Remove dead code

vl.c contains some dead code that initialises a 'label' string with the name
of the char device being initialised. This is unused.

Signed-off-by: Amit Shah <amit.shah@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
vl.c