commit | 468da57318780f13aa4a17d1f9f97d7f568e83b6 | [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 | a49efb3b3f16ed67153fb6d0a8b896bf93f24556 [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>