]> xenbits.xensource.com Git - libvirt.git/commit
vsh: vshCmddefHelp: Drop unnecessary variable 'help'
authorErik Skultety <eskultet@redhat.com>
Fri, 16 Sep 2016 12:32:01 +0000 (14:32 +0200)
committerErik Skultety <eskultet@redhat.com>
Tue, 20 Sep 2016 13:05:31 +0000 (15:05 +0200)
commitc91cddb6f714f4128d8a192cab1f42b00efe3672
tree6517356a528c442b88ff8e6519c94c117d407ac7
parentebb402a7c4d41610018610678e7d9d7df95257c0
vsh: vshCmddefHelp: Drop unnecessary variable 'help'

Since it's used on a single place only, it can easily be replaced by the right
side of the original assignment.

Signed-off-by: Erik Skultety <eskultet@redhat.com>
tools/vsh.c