mirror of
https://github.com/fluencelabs/musl
synced 2025-07-31 14:21:57 +00:00
remove leftover unused variable in mktemp after refactoring
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user