]> sourceware.org Git - lvm2.git/commit
Remove handles_missing_pvs assignment after call to create_toolcontext().
authorDave Wysochanski <dwysocha@redhat.com>
Thu, 11 Dec 2008 03:31:10 +0000 (03:31 +0000)
committerDave Wysochanski <dwysocha@redhat.com>
Thu, 11 Dec 2008 03:31:10 +0000 (03:31 +0000)
commitb14f29b5b7a224e0061a7f4701ab7f455391080c
treee02d0c4eb58e24740ead788976127bd6668d461c
parentc57b30e342800000f567c2a9f4e95547619714fa
Remove handles_missing_pvs assignment after call to create_toolcontext().

This variable is set at the top of create_toolcontext() to 0.
Nothing later in create_toolcontext() changes the value.
In init_lvm(), nothing between create_toolcontext() call and this assignment
changes the value.  Thus, the assignment is redundant.
tools/lvmcmdline.c
This page took 0.032586 seconds and 5 git commands to generate.