commit | 9e1e8194332fa4c453bcbad434b5da17c1c7e4c5 | [log] [tgz] |
---|---|---|
author | Leonardo Bras <leobras.c@gmail.com> | Wed Oct 24 01:03:51 2018 -0300 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Mon Oct 29 00:19:41 2018 +0900 |
tree | c746b611032cd3774aa12073b986a4f0e85b9df8 | |
parent | 7d0ea2524202db5cb3f5bde9c0cdd6dea61bc0e3 [diff] |
ASN.1: Remove unnecessary shadowed local variable Remove an unnecessary shadowed local variable (start). It was used only once, with the same value it was started before the if block. Signed-off-by: Leonardo Bras <leobras.c@gmail.com> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>