commit | fb88c77ac2baa8f33c53ba1ad72393fadd87e124 | [log] [tgz] |
---|---|---|
author | Daniel Leung <daniel.leung@intel.com> | Tue May 11 10:01:07 2021 -0700 |
committer | Kumar Gala <kumar.gala@gmail.com> | Tue May 11 15:45:39 2021 -0500 |
tree | b744cdd4860eb4e37c1ec8d6d05e2d6169d7f0c2 | |
parent | 7c0ab58234ad32cef7d4feb1b6ad4b011e0d9cf4 [diff] |
tests: mem_protect/mem_map: remove unused assignment to cnt The variable cnt is assigned twice in a row, so remove the first one. Coverity-CID: 235962 Fixes #35161 Signed-off-by: Daniel Leung <daniel.leung@intel.com>