commit | 34ca77c1e113d42a63f8ae21b41ec7f9f356c1de | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Aug 20 19:57:45 2020 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon Oct 12 21:30:37 2020 -0400 |
tree | 8c47b6348dd5d6c890b381959fef26489602d7ad | |
parent | 6a0498a5fd41b58b0c61b34f315771aac0eca0e0 [diff] |
lib/hashtable: remove superfluous check We assign first_deleted = 0. There is no need to check its value without any further assignment in between. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Simon Glass <sjg@chromium.org>