提交 9e1e8194 编写于 作者: L Leonardo Bras 提交者: Masahiro Yamada

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: NLeonardo Bras <leobras.c@gmail.com>
Signed-off-by: NMasahiro Yamada <yamada.masahiro@socionext.com>
上级 7d0ea252
......@@ -413,7 +413,7 @@ static void tokenise(char *buffer, char *end)
/* Handle string tokens */
if (isalpha(*p)) {
const char **dir, *start = p;
const char **dir;
/* Can be a directive, type name or element
* name. Find the end of the name.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册