Skip to content
Snippets Groups Projects
Commit 31fc6e03 authored by Jeff Squyres's avatar Jeff Squyres
Browse files

opal_wrapper: consolidate extra variable name


We don't need to have two variables: one named exec_command and one
named exec_cmd.  Consolidate down to just a single variable
(exec_command), and in doing so, fix a compiler warning that
exec_command may not have been initialized (due to confusion between
exec_command and exec_cmd).

Also remove some #if 0/dead code.

Signed-off-by: default avatarJeff Squyres <jsquyres@cisco.com>
parent 2ef23001
Branches
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment