提交 3b00675b 编写于 作者: R Rich Felker

remove leftover unused variable in mktemp after refactoring

上级 2cc63358
......@@ -10,7 +10,6 @@ char *__mktemp(char *template)
{
size_t l = strlen(template);
int retries = 10000;
unsigned long r;
if (l < 6 || strcmp(template+l-6, "XXXXXX")) {
errno = EINVAL;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册