commit | 04fbb80adb661d88191e9554aae70b209cb955ef | [log] [tgz] |
---|---|---|
author | Johan Hedberg <johan.hedberg@intel.com> | Wed Nov 15 08:29:14 2017 +0200 |
committer | Johan Hedberg <johan.hedberg@gmail.com> | Wed Nov 15 16:04:39 2017 +0200 |
tree | 86b87dae4a5581dfba5be507ad32e91dae6e3af0 | |
parent | 805d69c288856f44d241ab2b68abc2c3d9369ba3 [diff] |
shell: Remove unnecessary initialization of err All code paths in shell_exec() are guaranteed to set err before returning it, so doing this (rather curious) initialization is completely unnecessary. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>