commit | 0c9184036dacf3077043985bf0484c371c53d174 | [log] [tgz] |
---|---|---|
author | Matt Spinler <spinler@us.ibm.com> | Fri Feb 21 09:08:51 2020 -0600 |
committer | Matt Spinler <spinler@us.ibm.com> | Mon Mar 02 22:05:30 2020 +0000 |
tree | 062ca4b8295dbf6c22cb5350122e48e7b3c53ab0 | |
parent | 1b420bcd01e0531e6918cdf4e10f56908127a08d [diff] |
PEL: peltool: Remove an error statement The callers are already handling the error case where a PEL file can't be read, so remove the one inside the function that does the read. Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: Ifed51808ce8029909fec3478387cdbb86c5c32a3
diff --git a/extensions/openpower-pels/tools/peltool.cpp b/extensions/openpower-pels/tools/peltool.cpp index d92654e..04dae17 100644 --- a/extensions/openpower-pels/tools/peltool.cpp +++ b/extensions/openpower-pels/tools/peltool.cpp
@@ -197,7 +197,6 @@ } else { - printf("Can't open raw PEL file"); return {}; } }