]> git.baikalelectronics.ru Git - kernel.git/commit
ASN.1: Remove unnecessary shadowed local variable
authorLeonardo Bras <leobras.c@gmail.com>
Wed, 24 Oct 2018 04:03:51 +0000 (01:03 -0300)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 28 Oct 2018 15:19:41 +0000 (00:19 +0900)
commit5fa9efbcb6f9c5992a7c4a8572eba240b0f687d8
treec746b611032cd3774aa12073b986a4f0e85b9df8
parent219b234c27788736dd3812cabc5f3018f54102bd
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>
scripts/asn1_compiler.c