]> 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)
commitb0eb2d3ac509bd7571ee0fc826d36a8c9682bb8e
treee02d0c4eb58e24740ead788976127bd6668d461c
parent6f4c0fb93db7e9f7fa9a7e6d719decd2660771ca
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.036253 seconds and 5 git commands to generate.